Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jtraglia committed Aug 18, 2023
1 parent 5c0562d commit a3a4dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ func (m *BoostService) handleGetHeader(w http.ResponseWriter, req *http.Request)

// Prepare relay responses
result := bidResp{} // the final response, containing the highest bid (if any)
relays := make(map[BlockHashHex][]RelayEntry) // relays that sent the bid for a builderSpecific blockHash
relays := make(map[BlockHashHex][]RelayEntry) // relays that sent the bid for a specific blockHash

// Call the relays
var mu sync.Mutex
Expand Down

0 comments on commit a3a4dc2

Please sign in to comment.