Skip to content

Commit 4090c09

Browse files
authored
chore: increase tx version (#893)
1 parent 0783b3f commit 4090c09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

runtimes/peregrine/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
8282
spec_version: 11600,
8383
impl_version: 0,
8484
apis: RUNTIME_API_VERSION,
85-
transaction_version: 8,
85+
transaction_version: 11,
8686
state_version: 0,
8787
};
8888

runtimes/spiritnet/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
8181
spec_version: 11600,
8282
impl_version: 0,
8383
apis: RUNTIME_API_VERSION,
84-
transaction_version: 8,
84+
transaction_version: 11,
8585
state_version: 0,
8686
};
8787

0 commit comments

Comments
 (0)