small fix
This commit is contained in:
parent
4279c65cda
commit
18e99eea35
|
@ -14,7 +14,6 @@ use consensus::{types::Header, ConsensusClient};
|
||||||
use execution::rpc::ExecutionRpc;
|
use execution::rpc::ExecutionRpc;
|
||||||
use execution::types::{CallOpts, ExecutionBlock};
|
use execution::types::{CallOpts, ExecutionBlock};
|
||||||
use log::{error, info, warn};
|
use log::{error, info, warn};
|
||||||
use tokio::spawn;
|
|
||||||
use tokio::sync::RwLock;
|
use tokio::sync::RwLock;
|
||||||
|
|
||||||
#[cfg(not(target_arch = "wasm32"))]
|
#[cfg(not(target_arch = "wasm32"))]
|
||||||
|
|
Loading…
Reference in New Issue