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 31a4ed8 commit b7ad0e1Copy full SHA for b7ad0e1
demo/runtime/src/lib.rs
@@ -201,7 +201,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
201
// `spec_version`, and `authoring_version` are the same between Wasm and native.
202
// This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use
203
// the compatible custom types.
204
- spec_version: 170,
+ spec_version: 171,
205
impl_version: 1,
206
apis: RUNTIME_API_VERSIONS,
207
transaction_version: 1,
0 commit comments