mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 04:01:02 +00:00
Avoid an excessive amount of unrelated errors on prior rustc error
`1.into()` -> `ParaId::from(1_u32)` (#5500)
This commit is contained in:
committed by
GitHub
parent
718380119a
commit
b67b7fa355
@@ -20,6 +20,6 @@ use frame_support::traits::StorageVersion;
|
||||
|
||||
/// The current storage version.
|
||||
///
|
||||
/// v0-v1: https://github.com/paritytech/polkadot/pull/3575
|
||||
/// v1-v2: https://github.com/paritytech/polkadot/pull/4420
|
||||
/// v0-v1: <https://github.com/paritytech/polkadot/pull/3575>
|
||||
/// v1-v2: <https://github.com/paritytech/polkadot/pull/4420>
|
||||
pub const STORAGE_VERSION: StorageVersion = StorageVersion::new(2);
|
||||
|
||||
Reference in New Issue
Block a user