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

Commit 431409b

Browse files
committed
bump transaction_version
necessary because of extrinsic API changes to pallet-xcm paritytech/polkadot#3693
1 parent a025f90 commit 431409b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

polkadot-parachains/statemine/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
106106
spec_version: 4,
107107
impl_version: 0,
108108
apis: RUNTIME_API_VERSIONS,
109-
transaction_version: 1,
109+
transaction_version: 2,
110110
};
111111

112112
/// The version information used to identify this runtime when compiled natively.

polkadot-parachains/westmint/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
106106
spec_version: 4,
107107
impl_version: 0,
108108
apis: RUNTIME_API_VERSIONS,
109-
transaction_version: 1,
109+
transaction_version: 2,
110110
};
111111

112112
/// The version information used to identify this runtime when compiled natively.

0 commit comments

Comments
 (0)