Migrate pallet-randomness-collective-flip to pallet attribute macro (#9061)

* migrate pallet-randomness-collective-flip to pallet attribute macro

Signed-off-by: koushiro <koushiro.cqx@gmail.com>

* fix some nits

Signed-off-by: koushiro <koushiro.cqx@gmail.com>

* remove some spacing things

Signed-off-by: koushiro <koushiro.cqx@gmail.com>

* remove space

Signed-off-by: koushiro <koushiro.cqx@gmail.com>

* use tabs

Signed-off-by: koushiro <koushiro.cqx@gmail.com>
This commit is contained in:
Qinxuan Chen
2021-06-14 19:00:32 +08:00
committed by GitHub
parent c2f13a03a8
commit 6b33a79831
6 changed files with 66 additions and 36 deletions
+1
View File
@@ -235,6 +235,7 @@ impl frame_system::Config for Test {
type SS58Prefix = ();
type OnSetCode = ();
}
impl pallet_randomness_collective_flip::Config for Test {}
impl pallet_balances::Config for Test {
type MaxLocks = ();
type MaxReserves = ();