mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 11:41:02 +00:00
Update Polkadot/Substrate (#68)
* Update Polkadot/Substrate * Update branch
This commit is contained in:
@@ -87,7 +87,7 @@ fn testnet_genesis(
|
||||
changes_trie_config: Default::default(),
|
||||
}),
|
||||
pallet_indices: Some(IndicesConfig {
|
||||
ids: endowed_accounts.clone(),
|
||||
indices: vec![],
|
||||
}),
|
||||
pallet_balances: Some(BalancesConfig {
|
||||
balances: endowed_accounts
|
||||
|
||||
@@ -122,6 +122,7 @@ pub fn run(version: VersionInfo) -> error::Result<()> {
|
||||
enable_mdns: false,
|
||||
allow_private_ipv4,
|
||||
wasm_external_transport: None,
|
||||
use_yamux_flow_control: false,
|
||||
};
|
||||
|
||||
match config.roles {
|
||||
|
||||
Reference in New Issue
Block a user