Skip to content

Commit

Permalink
fix(forrestrie-examples): Corrected use of private module
Browse files Browse the repository at this point in the history
  • Loading branch information
severiano-sisneros committed Nov 27, 2024
1 parent 2acfdb1 commit 8de4087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/forrestrie-examples/examples/verify-era.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//! extracted block headers.

use ethportal_api::Header;
use firehose_client::client::{Chain, FirehoseClient};
use firehose_client::{Chain, FirehoseClient};
use firehose_protos::EthBlock;
use forrestrie::{
beacon_state::{HeadState, CAPELLA_START_ERA, HISTORY_TREE_DEPTH, SLOTS_PER_HISTORICAL_ROOT},
Expand Down

0 comments on commit 8de4087

Please sign in to comment.