Skip to content

Commit

Permalink
Increment spec version and decrement transaction_version as hotfix fo…
Browse files Browse the repository at this point in the history
…r ledger
  • Loading branch information
Gauthamastro committed Dec 20, 2023
1 parent e4cb7d3 commit f7d040e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtimes/mainnet/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// and set impl_version to 0. If only runtime
// implementation changes and behavior does not, then leave spec_version as
// is and increment impl_version.
spec_version: 315,
spec_version: 316,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 3,
transaction_version: 2,
state_version: 0,
};

Expand Down

0 comments on commit f7d040e

Please sign in to comment.