mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 07:31:02 +00:00
Bump HostConfig storage version to 7 (#7516)
This commit is contained in:
committed by
GitHub
parent
ad58e59a5e
commit
a1eadbff3b
@@ -480,7 +480,8 @@ pub mod pallet {
|
|||||||
/// + <https://github.com/paritytech/polkadot/pull/6961>
|
/// + <https://github.com/paritytech/polkadot/pull/6961>
|
||||||
/// + <https://github.com/paritytech/polkadot/pull/6934>
|
/// + <https://github.com/paritytech/polkadot/pull/6934>
|
||||||
/// v5-v6: <https://github.com/paritytech/polkadot/pull/6271> (remove UMP dispatch queue)
|
/// v5-v6: <https://github.com/paritytech/polkadot/pull/6271> (remove UMP dispatch queue)
|
||||||
const STORAGE_VERSION: StorageVersion = StorageVersion::new(6);
|
/// v6-v7: <https://github.com/paritytech/polkadot/pull/7396>
|
||||||
|
const STORAGE_VERSION: StorageVersion = StorageVersion::new(7);
|
||||||
|
|
||||||
#[pallet::pallet]
|
#[pallet::pallet]
|
||||||
#[pallet::storage_version(STORAGE_VERSION)]
|
#[pallet::storage_version(STORAGE_VERSION)]
|
||||||
|
|||||||
Reference in New Issue
Block a user