Add support for scheduling an upgrade without checks

This commit is contained in:
Bastian Köcher
2020-08-15 01:51:03 +02:00
parent 1dfeca65e3
commit feaf09560c
3 changed files with 34 additions and 27 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("cumulus-test-parachain"),
impl_name: create_runtime_str!("cumulus-test-parachain"),
authoring_version: 1,
spec_version: 2,
spec_version: 3,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,