We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb8698c commit 8f44875Copy full SHA for 8f44875
runtimes/peregrine/src/lib.rs
@@ -113,7 +113,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
113
spec_version: 11405,
114
impl_version: 0,
115
apis: RUNTIME_API_VERSIONS,
116
- transaction_version: 9,
+ transaction_version: 10,
117
state_version: 0,
118
};
119
runtimes/spiritnet/src/lib.rs
@@ -112,7 +112,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
112
0 commit comments