mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 21:37:56 +00:00
set reasonable value for bonding_duration in chainspec staging config (#2289)
* set reasonable value for bonding_duration in chainspec staging config * set default bonding_duration to 1, and bump runtime version * Update node/cli/src/chain_spec.rs Co-Authored-By: mnaamani <mokhtar.naamani@gmail.com> * Update node/cli/src/chain_spec.rs Co-Authored-By: mnaamani <mokhtar.naamani@gmail.com> * Update srml/staking/src/lib.rs Co-Authored-By: mnaamani <mokhtar.naamani@gmail.com>
This commit is contained in:
committed by
Gavin Wood
parent
01ba9adb63
commit
bd6427a268
@@ -59,8 +59,8 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
|
||||
spec_name: create_runtime_str!("node"),
|
||||
impl_name: create_runtime_str!("substrate-node"),
|
||||
authoring_version: 10,
|
||||
spec_version: 63,
|
||||
impl_version: 66,
|
||||
spec_version: 64,
|
||||
impl_version: 65,
|
||||
apis: RUNTIME_API_VERSIONS,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user