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

Commit af705d0

Browse files
committed
Bump transaction_version for rococo
1 parent 6915c5b commit af705d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/rococo/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
118118
apis: RUNTIME_API_VERSIONS,
119119
#[cfg(feature = "disable-runtime-api")]
120120
apis: sp_version::create_apis_vec![[]],
121-
transaction_version: 18,
121+
transaction_version: 19,
122122
state_version: 1,
123123
};
124124

0 commit comments

Comments
 (0)