mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 05:51:02 +00:00
Fixed warnings (#3345)
This commit is contained in:
committed by
Robert Habermeier
parent
a7c87f21da
commit
17a851b433
@@ -39,7 +39,6 @@ pub fn construct_genesis_block<
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
use codec::{Encode, Decode, Joiner};
|
||||
use executor::native_executor_instance;
|
||||
use state_machine::{self, OverlayedChanges, ExecutionStrategy, InMemoryChangesTrieStorage};
|
||||
@@ -49,7 +48,6 @@ mod tests {
|
||||
runtime::{Hash, Transfer, Block, BlockNumber, Header, Digest},
|
||||
AccountKeyring, Sr25519Keyring,
|
||||
};
|
||||
use sr_primitives::traits::BlakeTwo256;
|
||||
use primitives::Blake2Hasher;
|
||||
use hex::*;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user