mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 05:17:58 +00:00
Do not include :code in the storage proof if not required (#480)
This is basically a hack that prevents the inclusion of `:code` in the storage proof. A proper fix requires some changes to the trie crate to not include nodes that aren't read.
This commit is contained in:
@@ -111,6 +111,7 @@ fn testnet_genesis(
|
||||
.to_vec(),
|
||||
..Default::default()
|
||||
},
|
||||
cumulus_pallet_parachain_system: Default::default(),
|
||||
pallet_balances: cumulus_test_runtime::BalancesConfig {
|
||||
balances: endowed_accounts
|
||||
.iter()
|
||||
|
||||
Reference in New Issue
Block a user