mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 20:27:58 +00:00
ensure imbalances are properly accounted for (#2183)
* ensure imbalances are properly accounted for * bump runtime version * Update node/runtime/src/lib.rs
This commit is contained in:
committed by
Gav Wood
parent
bb95e7d6a2
commit
e6cc49cf63
@@ -60,7 +60,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
|
||||
impl_name: create_runtime_str!("substrate-node"),
|
||||
authoring_version: 10,
|
||||
spec_version: 56,
|
||||
impl_version: 59,
|
||||
impl_version: 60,
|
||||
apis: RUNTIME_API_VERSIONS,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user