Skip to content

Commit 87971b3

Browse files
committed
Bump bridge-hubs transaction_version
1 parent 2540687 commit 87971b3

File tree

2 files changed

+2
-2
lines changed
  • cumulus/parachains/runtimes/bridge-hubs

2 files changed

+2
-2
lines changed

cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
241241
spec_version: 1_016_001,
242242
impl_version: 0,
243243
apis: RUNTIME_API_VERSIONS,
244-
transaction_version: 5,
244+
transaction_version: 6,
245245
state_version: 1,
246246
};
247247

cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
226226
spec_version: 1_016_001,
227227
impl_version: 0,
228228
apis: RUNTIME_API_VERSIONS,
229-
transaction_version: 5,
229+
transaction_version: 6,
230230
state_version: 1,
231231
};
232232

0 commit comments

Comments
 (0)