Skip to content
Snippets Groups Projects
Unverified Commit 8b859490 authored by Muharem Ismailov's avatar Muharem Ismailov
Browse files

add missing config type

parent 7ffe9d15
Branches
No related merge requests found
Pipeline #510235 waiting for manual action with stages
in 1 hour, 8 minutes, and 10 seconds
......@@ -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 {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment