mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-29 05:37:58 +00:00
Migrate pallet-democracy to pallet attribute macro (#8824)
* Migrate pallet-democracy to pallet attribute macro. * Metadata fix. * Trigger CI.
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
//! The for various partial storage decoders
|
||||
|
||||
use super::*;
|
||||
use frame_support::storage::{migration, StorageMap, unhashed};
|
||||
use frame_support::storage::{migration, unhashed};
|
||||
|
||||
#[test]
|
||||
fn test_decode_compact_u32_at() {
|
||||
|
||||
Reference in New Issue
Block a user