USe payload v5

This commit is contained in:
Eitan Seri- Levi
2026-02-14 09:12:36 -08:00
parent 9b7c21d697
commit 65e0fa199f
5 changed files with 30 additions and 14 deletions

View File

@@ -435,7 +435,7 @@ async fn bellatrix_readiness_logging<T: BeaconChainTypes>(
// bellatrix readiness logging in gloas if we dont skip the check below
if beacon_chain
.spec
.fork_name_at_slot(current_slot)
.fork_name_at_slot::<T::EthSpec>(current_slot)
.gloas_enabled()
{
return;