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 2099a8b commit ed45aabCopy full SHA for ed45aab
crates/subspace-runtime/src/lib.rs
@@ -123,7 +123,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
123
impl_name: Cow::Borrowed("subspace"),
124
authoring_version: 0,
125
// The spec version can be different on Taurus and Mainnet
126
- spec_version: 2,
+ spec_version: 12,
127
impl_version: 0,
128
apis: RUNTIME_API_VERSIONS,
129
transaction_version: 0,
0 commit comments