Skip to content

Commit f72e6ab

Browse files
committed
fix doc description
1 parent b76d828 commit f72e6ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playground/components.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ func (m *MevBoost) Run(service *Service, ctx *ExContext) {
673673

674674
for _, endpoint := range m.RelayEndpoints {
675675
if endpoint == "mev-boost-relay" {
676-
// creating relay url with public key for mev-boost-relay
676+
// creating relay url with public key since mev-boost requires it
677677
envSkBytes, err := hexutil.Decode(mevboostrelay.DefaultSecretKey)
678678
if err != nil {
679679
continue

0 commit comments

Comments
 (0)