@@ -11,7 +11,7 @@ include!(concat!(env!("OUT_DIR"), "/wasm_binary.rs"));
11
11
pub mod check_nonce;
12
12
mod migrations;
13
13
14
- use codec:: { Compact , Decode , Encode , MaxEncodedLen } ;
14
+ use codec:: { Compact , Decode , Encode } ;
15
15
use frame_support:: traits:: Imbalance ;
16
16
use frame_support:: {
17
17
dispatch:: DispatchResultWithPostInfo ,
@@ -48,10 +48,11 @@ use sp_core::{
48
48
} ;
49
49
use sp_runtime:: generic:: Era ;
50
50
use sp_runtime:: {
51
- AccountId32 , ApplyExtrinsicResult , ConsensusEngineId , create_runtime_str,
52
- generic , impl_opaque_keys,
51
+ AccountId32 , ApplyExtrinsicResult , ConsensusEngineId , create_runtime_str, generic ,
52
+ impl_opaque_keys,
53
53
traits:: {
54
- AccountIdLookup , BlakeTwo256 , Block as BlockT , DispatchInfoOf , Dispatchable , NumberFor , One , PostDispatchInfoOf , UniqueSaturatedInto , Verify ,
54
+ AccountIdLookup , BlakeTwo256 , Block as BlockT , DispatchInfoOf , Dispatchable , NumberFor ,
55
+ One , PostDispatchInfoOf , UniqueSaturatedInto , Verify ,
55
56
} ,
56
57
transaction_validity:: { TransactionSource , TransactionValidity , TransactionValidityError } ,
57
58
} ;
0 commit comments