Skip to content

Commit

Permalink
Revert transaction_version to 18 (#1941)
Browse files Browse the repository at this point in the history
On Mainnet and Testnet it is 18
  • Loading branch information
Marcin-Radecki authored Feb 7, 2025
1 parent 0fe2922 commit 8b845ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_version: 15_000_000,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 19,
transaction_version: 18,
state_version: 0,
};

Expand Down

0 comments on commit 8b845ea

Please sign in to comment.