Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmishra2005 committed Dec 31, 2024
1 parent d3ca351 commit a4cfcd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions pallets/chainbridge/src/mock.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
use frame_support::{
assert_ok, derive_impl, ord_parameter_types, parameter_types, traits::Everything,
weights::Weight,
assert_ok, derive_impl, ord_parameter_types, parameter_types, weights::Weight,
};
use frame_system::{self as system};
pub use pallet_balances as balances;
Expand Down
2 changes: 1 addition & 1 deletion pallets/ddc-payouts/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ use sp_io::TestExternalities;
#[cfg(feature = "try-runtime")]
use sp_runtime::TryRuntimeError;
use sp_runtime::{
traits::{IdentifyAccount, Identity, IdentityLookup, Verify},
traits::{BlakeTwo256, IdentifyAccount, Identity, IdentityLookup, Verify},
AccountId32, BuildStorage, DispatchError, MultiSignature, Perquintill,
};
use sp_std::prelude::*;
Expand Down

0 comments on commit a4cfcd1

Please sign in to comment.