Skip to content

Commit

Permalink
error handling for prices #527
Browse files Browse the repository at this point in the history
  • Loading branch information
balqaasem committed Sep 2, 2021
1 parent 4606f38 commit af652f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib-serml/serp/serp-prices/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ use sp_runtime::{
traits::{IdentityLookup, One as OneT, Zero},
DispatchError, FixedPointNumber,
};
use support::{mocks::MockCurrencyIdMapping, Ratio};
use support::mocks::MockCurrencyIdMapping;

pub type AccountId = u128;
pub type BlockNumber = u64;
Expand Down

0 comments on commit af652f7

Please sign in to comment.