mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 20:59:23 +00:00
Misc updates
This commit is contained in:
@@ -237,7 +237,9 @@ mod substrate {
|
||||
use scale::{Encode, Decode};
|
||||
use sp_runtime::{
|
||||
transaction_validity::*,
|
||||
traits::{Verify, ExtrinsicLike, ExtrinsicCall, Dispatchable, ValidateUnsigned, Checkable, Applyable},
|
||||
traits::{
|
||||
Verify, ExtrinsicLike, ExtrinsicCall, Dispatchable, ValidateUnsigned, Checkable, Applyable,
|
||||
},
|
||||
Weight,
|
||||
};
|
||||
#[rustfmt::skip]
|
||||
|
||||
Reference in New Issue
Block a user