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

Commit a2b62fb

Browse files
committed
Bump transaction_version for westend
1 parent 596d378 commit a2b62fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/westend/src/lib.rs

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

0 commit comments

Comments
 (0)