remove unused
This commit is contained in:
parent
12cb00496d
commit
72f74bd05a
|
@ -14,7 +14,7 @@ pub struct P2pNetworkInterface {
|
|||
#[cfg_attr(target_arch = "wasm32", async_trait(?Send))]
|
||||
impl ConsensusNetworkInterface for P2pNetworkInterface {
|
||||
fn new(_path: &str) -> Self {
|
||||
P2pNetworkInterface {}
|
||||
unimplemented!()
|
||||
}
|
||||
|
||||
async fn get_bootstrap(&self, _block_root: &'_ [u8]) -> Result<Bootstrap> {
|
||||
|
|
|
@ -3,7 +3,6 @@ pub mod nimbus_rpc;
|
|||
|
||||
use async_trait::async_trait;
|
||||
use eyre::Result;
|
||||
use std::marker::{Sync, Send};
|
||||
|
||||
use crate::types::{BeaconBlock, Bootstrap, FinalityUpdate, OptimisticUpdate, Update};
|
||||
|
||||
|
|
Loading…
Reference in New Issue