Use a context prefix for SS58 hash (#2141)

* Update to final ss58 spec

* Fix tests

* Rebuild
This commit is contained in:
Gav Wood
2019-03-29 15:44:57 +01:00
committed by GitHub
parent 0ddcbf747f
commit 5c9f306eb3
6 changed files with 17 additions and 20 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: 50,
impl_version: 50,
impl_version: 51,
apis: RUNTIME_API_VERSIONS,
};