Fix subtle indices bug (#2128)

* Fix subtle indices bug

* Also fix balances divide by zero.
This commit is contained in:
Gav Wood
2019-03-27 17:46:30 +01:00
committed by GitHub
parent 823abc2fc0
commit 039acb9518
5 changed files with 32 additions and 4 deletions
+2 -2
View File
@@ -58,8 +58,8 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("node"),
impl_name: create_runtime_str!("substrate-node"),
authoring_version: 10,
spec_version: 45,
impl_version: 45,
spec_version: 46,
impl_version: 46,
apis: RUNTIME_API_VERSIONS,
};