diff --git a/mev-boost/server/service.go b/mev-boost/server/service.go index 971697304..d0d88b6d1 100644 --- a/mev-boost/server/service.go +++ b/mev-boost/server/service.go @@ -465,7 +465,7 @@ func (m *BoostService) verifyInclusionProof(transactionsRoot phase0.Root, proof return errHashesIndexesMismatch } - log.Infof("[BOLT]: Verifying merkel multiproofs for %d transactions", len(proof.TransactionHashes)) + log.Infof("[BOLT]: Verifying merkle multiproofs for %d transactions", len(proof.TransactionHashes)) // Decode the constraints, and sort them according to the utility function used // TODO: this should be done before verification ideally