Skip to content

Commit

Permalink
Update mev-boost/server/service.go
Browse files Browse the repository at this point in the history
  • Loading branch information
thedevbirb authored and merklefruit committed Oct 9, 2024
1 parent b09363b commit eb47e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mev-boost/server/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eb47e26

Please sign in to comment.