From 8de40874ff0ee5f3f7fe7e7b6d88617fa8cabb61 Mon Sep 17 00:00:00 2001 From: Severiano Sisneros Date: Wed, 27 Nov 2024 14:29:40 -0700 Subject: [PATCH] fix(forrestrie-examples): Corrected use of private module --- crates/forrestrie-examples/examples/verify-era.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/forrestrie-examples/examples/verify-era.rs b/crates/forrestrie-examples/examples/verify-era.rs index 3e1fd2e6..dec48469 100644 --- a/crates/forrestrie-examples/examples/verify-era.rs +++ b/crates/forrestrie-examples/examples/verify-era.rs @@ -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},