Fix over/under flow risk in OnDilution (#2548)

* fix over/under flow risk in OnDilution

* bump impl
This commit is contained in:
joe petrowski
2019-05-14 12:07:32 +02:00
committed by Gavin Wood
parent e5627e2480
commit 580432d822
2 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -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,
};