From 6e2472d8ba900a9e8265cbf3d1788d10d5a699ed Mon Sep 17 00:00:00 2001 From: Igor Kozyrev Date: Fri, 03 Jun 2022 19:03:33 +0000 Subject: [PATCH] update quartz runtime --- --- 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; -- gitstuff