From c8de95759c0f8c71de572497b6fbfcfa5d49ac20 Mon Sep 17 00:00:00 2001 From: arkpar Date: Fri, 4 Jun 2021 12:46:55 +0200 Subject: [PATCH] Fixed build --- frame/transaction-storage/src/mock.rs | 2 ++ 1 file changed, 2 insertions(+) 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 {