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
d12bcdb8
Unverified
Commit
d12bcdb8
authored
Apr 21, 2020
by
Bastian Köcher
Committed by
GitHub
Apr 21, 2020
Browse files
Fix building master (#1014)
* Fix building master * Fix westend chainspec
parent
e843467b
Pipeline
#88890
passed with stages
in 27 minutes and 40 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
runtime/test-runtime/src/genesismap.rs
View file @
d12bcdb8
...
...
@@ -46,7 +46,10 @@ impl GenesisConfig {
pub
fn
genesis_map
(
&
self
)
->
Storage
{
// Assimilate the system genesis config.
let
mut
storage
=
Storage
{
top
:
BTreeMap
::
new
(),
children
:
self
.extra_storage.children
.clone
()};
let
mut
storage
=
Storage
{
top
:
BTreeMap
::
new
(),
children_default
:
self
.extra_storage.children_default
.clone
(),
};
let
config
=
crate
::
GenesisConfig
{
system
:
Some
(
system
::
GenesisConfig
{
changes_trie_config
:
self
.changes_trie_config
.clone
(),
...
...
service/res/westend.json
View file @
d12bcdb8
...
...
@@ -123,7 +123,7 @@
"0xc2261276cc9d1f8598ea4b6a74b15c2f218f26c73add634897550b4003b26bc637af01a62f70176413143d943b7d30b9aebb0211dbb07b4d335a657257b8ac5e53794c901e4f616d4a254f2490c43934": "0x047374616b696e672000407a10f35a0000000000000000000002",
"0x5f3e4907f716ac89b6347d15ececedcaad811cd65a470ddc5f1d628ff0550982b4def25cfda6ef3a00000000": "0x00000000"
},
"children": {}
"children
Default
": {}
}
}
}
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