Skip to content

Commit

Permalink
Merge pull request #53 from nutsfinance/fix-warnings
Browse files Browse the repository at this point in the history
fix warnings
  • Loading branch information
xlc authored Jan 31, 2024
2 parents 40da6e9 + 19d5abd commit 2b5fa81
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions lib/stable-asset/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,12 @@ use frame_support::{
traits::{
fungibles::{Dust, Inspect, Mutate, Unbalanced},
tokens::{DepositConsequence, Fortitude, Precision, Preservation, Provenance, WithdrawConsequence},
ConstU128, ConstU16, ConstU32, ConstU64, Currency, EnsureOrigin, Everything, OnUnbalanced,
ConstU128, ConstU32, Currency, EnsureOrigin, OnUnbalanced,
},
PalletId,
};
use frame_system::RawOrigin;
use sp_core::H256;
use sp_runtime::{
traits::{BlakeTwo256, IdentityLookup},
BuildStorage, DispatchError,
};
use sp_runtime::{traits::IdentityLookup, BuildStorage, DispatchError};

type Block = frame_system::mocking::MockBlock<Test>;

Expand Down

0 comments on commit 2b5fa81

Please sign in to comment.