--- a/runtime/quartz/src/lib.rs +++ b/runtime/quartz/src/lib.rs @@ -420,7 +420,7 @@ impl pallet_balances::Config for Runtime { type MaxLocks = MaxLocks; - type MaxReserves = (); + type MaxReserves = MaxReserves; type ReserveIdentifier = [u8; 16]; /// The type for recording an account's balance. type Balance = Balance;