mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 17:31:05 +00:00
Remove unoccupied bit check (#3999)
* remove the check for unoccupied bitfields * bump rococo version * fix warning about occupied bitmask
This commit is contained in:
committed by
GitHub
parent
ec180fec9e
commit
6d83b59944
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user