Skip to content

Commit

Permalink
fix: 'transaction_version' is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
yahortsaryk committed Nov 7, 2024
1 parent e6993a6 commit da97857
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runtime/cere-dev/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_version: 61003,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 24,
transaction_version: 22,
state_version: 0,
};

Expand Down
2 changes: 1 addition & 1 deletion runtime/cere/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_version: 61003,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 24,
transaction_version: 22,
state_version: 0,
};

Expand Down

0 comments on commit da97857

Please sign in to comment.