Skip to content

Commit

Permalink
Fix check-all (#887)
Browse files Browse the repository at this point in the history
  • Loading branch information
hqwangningbo committed Jan 30, 2023
1 parent 0958cc9 commit d790302
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions pallets/slp/src/benchmarking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,7 @@ benchmarks! {
who:Box::new(subaccount_0_location.clone()),
when:Some(TimeUnit::SlashingSpan(5)),
validator:None,
amount:None
};
}: {call.dispatch_bypass_filter(RawOrigin::Signed(who.clone()).into())?}

Expand Down
6 changes: 3 additions & 3 deletions runtime/bifrost-kusama/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ mod xcm_config;
use pallet_xcm::QueryStatus;
use xcm::latest::prelude::*;
pub use xcm_config::{
parachains, AccountId32Aliases, BifrostTreasuryAccount, ExistentialDeposits, MultiCurrency,
SelfParaChainId, Sibling, SiblingParachainConvertsVia, StatemineTransferFee, UmpTransactFee,
XcmConfig, XcmRouter,
parachains, AccountId32Aliases, BifrostCurrencyIdConvert, BifrostTreasuryAccount,
ExistentialDeposits, MultiCurrency, SelfParaChainId, Sibling, SiblingParachainConvertsVia,
StatemineTransferFee, UmpTransactFee, XcmConfig, XcmRouter,
};
use xcm_executor::XcmExecutor;

Expand Down
6 changes: 3 additions & 3 deletions runtime/bifrost-polkadot/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@ use pallet_xcm::QueryStatus;
use static_assertions::const_assert;
use xcm::latest::{prelude::*, Weight as XcmWeight};
use xcm_config::{
parachains, AccountId32Aliases, BifrostTreasuryAccount, MultiCurrency, SelfParaChainId,
Sibling, SiblingParachainConvertsVia, StatemineTransferFee, UmpTransactFee, XcmConfig,
XcmRouter,
parachains, AccountId32Aliases, BifrostCurrencyIdConvert, BifrostTreasuryAccount,
MultiCurrency, SelfParaChainId, Sibling, SiblingParachainConvertsVia, StatemineTransferFee,
UmpTransactFee, XcmConfig, XcmRouter,
};
use xcm_executor::XcmExecutor;

Expand Down

0 comments on commit d790302

Please sign in to comment.