Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
chirag-bgh committed Sep 14, 2023
1 parent 4f41150 commit afa2bbe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mev-relay-rs/src/service.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
use crate::relay::Relay;
use beacon_api_client::mainnet::Client;
use ethereum_consensus::{
crypto::SecretKey, networks, networks::Network, state_transition::Context,
crypto::SecretKey,
networks::{self, Network},
state_transition::Context,
};
use futures::StreamExt;
use mev_rs::{blinded_block_provider::Server as BlindedBlockProviderServer, Error};
Expand Down

0 comments on commit afa2bbe

Please sign in to comment.