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
cf535c19
Unverified
Commit
cf535c19
authored
Jan 22, 2021
by
Tomasz Drwięga
Browse files
Fix code.
parent
b15e9eaf
Pipeline
#121456
passed with stages
in 24 minutes and 4 seconds
Changes
2
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Cargo.lock
View file @
cf535c19
This diff is collapsed.
Click to expand it.
runtime/common/src/mmr.rs
View file @
cf535c19
...
...
@@ -131,7 +131,7 @@ impl<T: Config> Module<T> where
.collect
::
<
Vec
<
_
>>
();
let
merkle_root
:
MerkleRootOf
<
T
>
=
sp_io
::
trie
::
keccak_256_ordered_root
(
beefy_public_keys
)
.into
();
BeefyAuthoritiesRoot
::
<
T
>
::
put
(
merkle_root
)
Beefy
Next
AuthoritiesRoot
::
<
T
>
::
put
(
merkle_root
)
}
}
...
...
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