Skip to content

Commit

Permalink
Make calculate_execution_block_hash public again
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsproul committed Feb 22, 2024
1 parent fdfc0a8 commit e514bf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions beacon_node/execution_layer/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
use crate::payload_cache::PayloadCache;
use arc_swap::ArcSwapOption;
use auth::{strip_prefix, Auth, JwtKey};
pub use block_hash::calculate_execution_block_hash;
use builder_client::BuilderHttpClient;
pub use engine_api::EngineCapabilities;
use engine_api::Error as ApiError;
Expand Down

0 comments on commit e514bf4

Please sign in to comment.