Add Proposed event (#1761)

* Add Proposed event.

* Bump and rebuild
This commit is contained in:
Gav Wood
2019-02-11 17:06:45 +01:00
committed by GitHub
parent d93769b0fd
commit 90a837d4b8
4 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("node"),
impl_name: create_runtime_str!("substrate-node"),
authoring_version: 10,
spec_version: 26,
spec_version: 27,
impl_version: 27,
apis: RUNTIME_API_VERSIONS,
};