mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-16 02:41:05 +00:00
Alliance pallet: fix func name, fix migration weights (#12174)
* Alliance pallet: fix func name, fix migration weights * update comment order
This commit is contained in:
@@ -685,7 +685,7 @@ benchmarks_instance_pallet! {
|
||||
).unwrap();
|
||||
}
|
||||
|
||||
assert_eq!(Alliance::<T, I>::votable_members_count(), cc);
|
||||
assert_eq!(Alliance::<T, I>::voting_members_count(), cc);
|
||||
assert_eq!(Alliance::<T, I>::ally_members_count(), m);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user