Skip to content

Commit

Permalink
fix(pallets/communities): missing RuntimeFreezeReason on pallet_balan…
Browse files Browse the repository at this point in the history
…ces Config
  • Loading branch information
pandres95 authored and olanod committed Jan 16, 2024
1 parent 20fcf04 commit 46be398
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pallets/communities/src/tests/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ impl pallet_balances::Config for Test {
type MaxReserves = ();
type ReserveIdentifier = [u8; 8];
type RuntimeHoldReason = ();
type RuntimeFreezeReason = ();
type FreezeIdentifier = ();
type MaxHolds = ConstU32<10>;
type MaxFreezes = ConstU32<10>;
Expand Down

0 comments on commit 46be398

Please sign in to comment.