Skip to content

Commit

Permalink
Keep authoring version 1 to allow non-updated
Browse files Browse the repository at this point in the history
miners to mine once the new runtime upgrade
occurs
  • Loading branch information
nathanwhit authored and AdaJane committed Aug 29, 2023
1 parent 08a8d22 commit 89e3e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use sp_version::RuntimeVersion;
pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("creditcoin-node"),
impl_name: create_runtime_str!("creditcoin-node"),
authoring_version: 2,
authoring_version: 1,
// The version of the runtime specification. A full node will not attempt to use its native
// runtime in substitute for the on-chain Wasm runtime unless all of `spec_name`,
// `spec_version`, and `authoring_version` are the same between Wasm and native.
Expand Down

0 comments on commit 89e3e76

Please sign in to comment.