Skip to content

Commit

Permalink
add missing config type
Browse files Browse the repository at this point in the history
  • Loading branch information
muharem committed Dec 23, 2024
1 parent 7ffe9d1 commit 8b85949
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions substrate/frame/asset-rewards/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ impl pallet_balances::Config for MockRuntime {
type MaxFreezes = ConstU32<50>;
type RuntimeHoldReason = RuntimeHoldReason;
type RuntimeFreezeReason = RuntimeFreezeReason;
type DoneSlashHandler = ();
}

impl pallet_assets::Config<Instance1> for MockRuntime {
Expand Down

0 comments on commit 8b85949

Please sign in to comment.