Skip to content

Commit 3ab6b51

Browse files
committed
make check and make test working
updates to impl design doc
1 parent c0c5d78 commit 3ab6b51

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

common/primitives/src/capacity.rs

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
1+
use crate::msa::MessageSourceId;
12
use codec::{Encode, MaxEncodedLen};
2-
use crate::{
3-
msa::MessageSourceId,
4-
};
53
use frame_support::traits::tokens::Balance;
64
use scale_info::TypeInfo;
75
use sp_api::Decode;
8-
use sp_runtime::{
9-
DispatchError,
10-
};
6+
use sp_runtime::DispatchError;
117

128
/// A trait for checking that a target MSA can be staked to.
139
pub trait TargetValidator {

0 commit comments

Comments
 (0)