diff --git a/frame/transaction-storage/src/mock.rs b/frame/transaction-storage/src/mock.rs index 51eb61dd26b78..351893c08a33b 100644 --- a/frame/transaction-storage/src/mock.rs +++ b/frame/transaction-storage/src/mock.rs @@ -88,6 +88,8 @@ impl pallet_balances::Config for Test { type AccountStore = System; type WeightInfo = (); type MaxLocks = (); + type MaxReserves = (); + type ReserveIdentifier = (); } impl pallet_transaction_storage::Config for Test {