From ef7a7716b38487c84915c0ff62bd5c11c6f45d76 Mon Sep 17 00:00:00 2001 From: Ahmad Kaouk Date: Tue, 21 Nov 2023 08:48:15 +0100 Subject: [PATCH] fix compilation --- src/mock.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mock.rs b/src/mock.rs index 594a188..1c67aa6 100644 --- a/src/mock.rs +++ b/src/mock.rs @@ -91,6 +91,7 @@ impl pallet_balances::Config for Test { type FreezeIdentifier = (); type MaxHolds = (); type MaxFreezes = (); + type RuntimeFreezeReason = (); } pub struct MockedBlockProvider;