store contract keys with blake2_256 (#2414)

* store contract keys with blake2_256

* bump version
This commit is contained in:
thiolliere
2019-04-29 16:13:45 +02:00
committed by Gavin Wood
parent 0b6490854d
commit bb9746c798
2 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("node"),
impl_name: create_runtime_str!("substrate-node"),
authoring_version: 10,
spec_version: 66,
spec_version: 67,
impl_version: 67,
apis: RUNTIME_API_VERSIONS,
};