Fix typos and make block hash calculation public (#5275)

* Fix typo in `verify_payload_block_hash`

* Make calculate_execution_block_hash public again
This commit is contained in:
Michael Sproul
2024-02-26 18:45:17 +11:00
committed by GitHub
parent 3ab9d3a84e
commit 744c598b1c
2 changed files with 3 additions and 2 deletions

View File

@@ -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;