Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
01f45bb7
Commit
01f45bb7
authored
Apr 04, 2019
by
Gav Wood
Browse files
Correct spelling
parent
c7395819
Pipeline
#34972
passed with stages
in 16 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
runtime/src/parachains.rs
View file @
01f45bb7
...
...
@@ -177,7 +177,7 @@ decl_module! {
Ok
(())
}
fn
on_finali
s
e
(
_n
:
T
::
BlockNumber
)
{
fn
on_finali
z
e
(
_n
:
T
::
BlockNumber
)
{
assert!
(
<
Self
as
Store
>
::
DidUpdate
::
take
(),
"Parachain heads must be updated once in the block"
);
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment