There was an error while loading. Please reload this page.
1 parent d0a737b commit b571b27Copy full SHA for b571b27
runtime/parachain/src/lib.rs
@@ -184,11 +184,11 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
184
// https://docs.rs/sp-version/latest/sp_version/struct.RuntimeVersion.html
185
spec_name: create_runtime_str!("t0rn"),
186
impl_name: create_runtime_str!("Circuit Collator"),
187
- authoring_version: 1,
188
- spec_version: 2,
189
- impl_version: 2,
+ authoring_version: 2,
+ spec_version: 3,
+ impl_version: 1,
190
apis: RUNTIME_API_VERSIONS,
191
- transaction_version: 1,
+ transaction_version: 2,
192
// https://github.com/paritytech/cumulus/issues/998
193
// https://github.com/paritytech/substrate/pull/9732
194
// https://github.com/paritytech/substrate/pull/10073
0 commit comments