From 1844da35722b2710bf5c2d7a005e3b0b8870a2db Mon Sep 17 00:00:00 2001 From: DxFFFFFF Date: Fri, 22 Mar 2024 10:01:21 +0100 Subject: [PATCH] feat: update spec_version in runtime lib.rs (#173) --- runtime/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index 4c4bf59..6da7700 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -168,7 +168,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("node-stability"), impl_name: create_runtime_str!("node-stability"), authoring_version: 1, - spec_version: 1, + spec_version: 2, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 1,