Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 441cb9b

Browse files
authored
bump transaction_version for polkadot + kusama (#2330)
1 parent 0e822dc commit 441cb9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

runtime/kusama/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
9696
apis: RUNTIME_API_VERSIONS,
9797
#[cfg(feature = "disable-runtime-api")]
9898
apis: version::create_apis_vec![[]],
99-
transaction_version: 3,
99+
transaction_version: 4,
100100
};
101101

102102
/// Native version.

runtime/polkadot/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
9898
apis: RUNTIME_API_VERSIONS,
9999
#[cfg(feature = "disable-runtime-api")]
100100
apis: version::create_apis_vec![[]],
101-
transaction_version: 5,
101+
transaction_version: 6,
102102
};
103103

104104
/// Native version.

0 commit comments

Comments
 (0)