Skip to content

Commit

Permalink
Caplin: demote log (#13104)
Browse files Browse the repository at this point in the history
  • Loading branch information
Giulio2002 authored Dec 13, 2024
1 parent a7e1426 commit d442036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cl/cltypes/eth1_block.go
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ func (b *Eth1Block) RlpHeader(parentRoot *libcommon.Hash) (*types.Header, error)
*withdrawalsHash = types.DeriveSha(types.Withdrawals(withdrawals))
}
if b.version < clparams.DenebVersion {
log.Warn("ParentRoot is nil", "parentRoot", parentRoot, "version", b.version)
log.Debug("ParentRoot is nil", "parentRoot", parentRoot, "version", b.version)
parentRoot = nil
}

Expand Down

0 comments on commit d442036

Please sign in to comment.