We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5025686 commit ebc0ce3Copy full SHA for ebc0ce3
substrate/frame/asset-conversion/ops/src/mock.rs
@@ -60,6 +60,7 @@ impl frame_system::Config for Test {
60
#[derive_impl(pallet_balances::config_preludes::TestDefaultConfig)]
61
impl pallet_balances::Config for Test {
62
type AccountStore = System;
63
+ type BurnDestination = pallet_balances::DirectBurn<Balances, u64>;
64
}
65
66
#[derive_impl(pallet_assets::config_preludes::TestDefaultConfig)]
0 commit comments