mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-21 17:55:42 +00:00
Remove Millau Genesis Config in Rialto Node (#494)
This commit is contained in:
committed by
Bastian Köcher
parent
0c38193af7
commit
c8e4d536a2
@@ -186,7 +186,7 @@ fn load_kovan_bridge_config() -> Option<BridgeKovanConfig> {
|
|||||||
|
|
||||||
fn load_millau_bridge_config() -> Option<BridgeMillauConfig> {
|
fn load_millau_bridge_config() -> Option<BridgeMillauConfig> {
|
||||||
Some(BridgeMillauConfig {
|
Some(BridgeMillauConfig {
|
||||||
init_data: Some(rialto_runtime::millau::init_data()),
|
init_data: None,
|
||||||
owner: Some([0; 32].into()),
|
owner: Some([0; 32].into()),
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user