Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Remove Millau Genesis Config in Rialto Node (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
HCastano authored Nov 10, 2020
1 parent f5f9088 commit 48f2676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/rialto/node/src/chain_spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ fn load_kovan_bridge_config() -> Option<BridgeKovanConfig> {

fn load_millau_bridge_config() -> Option<BridgeMillauConfig> {
Some(BridgeMillauConfig {
init_data: Some(rialto_runtime::millau::init_data()),
init_data: None,
owner: Some([0; 32].into()),
})
}

0 comments on commit 48f2676

Please sign in to comment.