Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
renancloudwalk committed May 20, 2024
1 parent 99b8c40 commit 93c9c87
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/eth/block_miner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ use nonempty::NonEmpty;
use tokio::runtime::Handle;
use tokio::sync::broadcast;

use super::Consensus;
use crate::eth::primitives::Block;
use crate::eth::primitives::BlockHeader;
use crate::eth::primitives::BlockNumber;
Expand All @@ -25,8 +26,6 @@ use crate::eth::storage::StratusStorage;
use crate::ext::not;
use crate::log_and_err;

use super::Consensus;

pub struct BlockMiner {
storage: Arc<StratusStorage>,

Expand Down

0 comments on commit 93c9c87

Please sign in to comment.