Migrate pallet-democracy to pallet attribute macro (#8824)

* Migrate pallet-democracy to pallet attribute macro.

* Metadata fix.

* Trigger CI.
This commit is contained in:
Shaun Wang
2021-06-03 20:30:21 +12:00
committed by GitHub
parent 152587bcb9
commit 7ec6ebb627
5 changed files with 440 additions and 331 deletions
@@ -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() {