mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 08:07:58 +00:00
Fix over/under flow risk in OnDilution (#2548)
* fix over/under flow risk in OnDilution * bump impl
This commit is contained in:
committed by
Gavin Wood
parent
e5627e2480
commit
580432d822
@@ -59,7 +59,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
|
||||
impl_name: create_runtime_str!("substrate-node"),
|
||||
authoring_version: 10,
|
||||
spec_version: 78,
|
||||
impl_version: 78,
|
||||
impl_version: 79,
|
||||
apis: RUNTIME_API_VERSIONS,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user