Skip to content

Commit 6dbe2b0

Browse files
Revert transaction_version to 18 (#1940)
On Mainnet and Testnet it is 18
1 parent 9e39fe9 commit 6dbe2b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/runtime/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
8484
spec_version: 15_000_000,
8585
impl_version: 1,
8686
apis: RUNTIME_API_VERSIONS,
87-
transaction_version: 19,
87+
transaction_version: 18,
8888
state_version: 0,
8989
};
9090

0 commit comments

Comments
 (0)