Skip to content

Commit

Permalink
Bump transaction_version for rococo
Browse files Browse the repository at this point in the history
  • Loading branch information
coderobe authored and vanderian committed Jul 26, 2023
1 parent 9248be7 commit 568819b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/rococo/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
apis: RUNTIME_API_VERSIONS,
#[cfg(feature = "disable-runtime-api")]
apis: sp_version::create_apis_vec![[]],
transaction_version: 20,
transaction_version: 21,
state_version: 1,
};

Expand Down

0 comments on commit 568819b

Please sign in to comment.