mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 06:57:58 +00:00
Refactor primitives.
This commit is contained in:
@@ -293,8 +293,8 @@ mod tests {
|
||||
use native_runtime::support::{one, two};
|
||||
use native_runtime::runtime::staking::balance;
|
||||
use state_machine::TestExternalities;
|
||||
use primitives::{twox_128, AccountId};
|
||||
use primitives::relay::{Header, Transaction, UncheckedTransaction, Function};
|
||||
use primitives::twox_128;
|
||||
use primitives::relay::{Header, Transaction, UncheckedTransaction, Function, AccountId};
|
||||
use runtime_std;
|
||||
use ed25519::Pair;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user