small fix

This commit is contained in:
Andreas Bigger 2023-03-17 09:52:33 -04:00
parent 4279c65cda
commit 18e99eea35
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ use consensus::{types::Header, ConsensusClient};
use execution::rpc::ExecutionRpc;
use execution::types::{CallOpts, ExecutionBlock};
use log::{error, info, warn};
use tokio::spawn;
use tokio::sync::RwLock;
#[cfg(not(target_arch = "wasm32"))]