From 23318977d35bda91f26b31e04d30826adc6c7f05 Mon Sep 17 00:00:00 2001 From: Igor Kozyrev Date: Thu, 10 Feb 2022 13:56:08 +0000 Subject: [PATCH] fix runtime state version --- --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -161,10 +161,10 @@ impl_name: create_runtime_str!("opal"), authoring_version: 1, spec_version: 916000, - impl_version: 1, + impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1, - state_version: 1, + state_version: 0, }; pub const MILLISECS_PER_BLOCK: u64 = 12000; -- gitstuff