Fix failing offences bench test (#13712)

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
This commit is contained in:
Oliver Tale-Yazdi
2023-03-25 16:59:31 +01:00
committed by GitHub
parent 22027135eb
commit 0043ff00e2
2 changed files with 11 additions and 2 deletions
@@ -65,7 +65,7 @@ impl frame_system::Config for Test {
}
impl pallet_balances::Config for Test {
type MaxLocks = ();
type MaxLocks = ConstU32<128>;
type MaxReserves = ();
type ReserveIdentifier = [u8; 8];
type Balance = Balance;