Remove unoccupied bit check (#3999)

* remove the check for unoccupied bitfields

* bump rococo version

* fix warning about occupied bitmask
This commit is contained in:
Robert Habermeier
2021-10-03 18:28:02 +02:00
committed by GitHub
parent ec180fec9e
commit 6d83b59944
2 changed files with 1 additions and 17 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("rococo"),
impl_name: create_runtime_str!("parity-rococo-v1.8"),
authoring_version: 0,
spec_version: 9105,
spec_version: 9106,
impl_version: 0,
#[cfg(not(feature = "disable-runtime-api"))]
apis: RUNTIME_API_VERSIONS,