use custom ext::Opt for default_value in DeclStorageLine (#1722)

instead of ext::Seq
This commit is contained in:
thiolliere
2019-02-07 16:35:29 +01:00
committed by GitHub
parent 0da92bf114
commit 4792a3806c
6 changed files with 19 additions and 29 deletions
+2 -2
View File
@@ -65,8 +65,8 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("node"),
impl_name: create_runtime_str!("substrate-node"),
authoring_version: 10,
spec_version: 23,
impl_version: 23,
spec_version: 24,
impl_version: 24,
apis: RUNTIME_API_VERSIONS,
};