We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0783b3f commit 4090c09Copy full SHA for 4090c09
runtimes/peregrine/src/lib.rs
@@ -82,7 +82,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
82
spec_version: 11600,
83
impl_version: 0,
84
apis: RUNTIME_API_VERSION,
85
- transaction_version: 8,
+ transaction_version: 11,
86
state_version: 0,
87
};
88
runtimes/spiritnet/src/lib.rs
@@ -81,7 +81,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
81
0 commit comments