Skip to content

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 and bkchr committed Apr 10, 2024
1 parent 0c38193 commit c8e4d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridges/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 c8e4d53

Please sign in to comment.