mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-29 09:08:05 -05:00
fix: missing import
This commit is contained in:
@@ -16,7 +16,7 @@ use reth_primitives::{
|
||||
BlockNumber, SealedHeader,
|
||||
};
|
||||
use std::{fmt::Debug, sync::Arc};
|
||||
use tracing::warn;
|
||||
use tracing::{error, warn};
|
||||
|
||||
const BODIES: StageId = StageId("Bodies");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user