Bump Substrate WASM builder (#947)

This commit is contained in:
Hernando Castano
2021-05-03 15:45:46 -04:00
committed by Bastian Köcher
parent 92b1860f5a
commit 7ebae6fa9e
6 changed files with 8 additions and 10 deletions
+1 -1
View File
@@ -177,7 +177,7 @@ fn testnet_genesis(
) -> GenesisConfig {
GenesisConfig {
frame_system: SystemConfig {
code: WASM_BINARY.to_vec(),
code: WASM_BINARY.expect("Rialto development WASM not available").to_vec(),
changes_trie_config: Default::default(),
},
pallet_balances: BalancesConfig {