From a04f19558c2b7b132a125a631e7151aa1028af84 Mon Sep 17 00:00:00 2001 From: Uncle Stretch Date: Mon, 20 Jan 2025 18:38:04 +0300 Subject: [PATCH] update specification version Signed-off-by: Uncle Stretch --- runtime/casper/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/casper/src/lib.rs b/runtime/casper/src/lib.rs index 5e0f8e2..fb5db60 100755 --- a/runtime/casper/src/lib.rs +++ b/runtime/casper/src/lib.rs @@ -121,7 +121,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("casper"), impl_name: create_runtime_str!("casper-svengali"), authoring_version: 0, - spec_version: 1, + spec_version: 2, impl_version : 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1,