Skip to content

Commit 2d10f4a

Browse files
committed
update innerlog in retry loop
1 parent 37dea18 commit 2d10f4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/get_payload.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ func (m *BoostService) innerGetPayload(log *logrus.Entry, signedBlindedBeaconBlo
167167

168168
// If the request fails, try again a few times with 100ms between tries
169169
resp, err := retry(requestCtx, m.requestMaxRetries, 100*time.Millisecond, func() (*http.Response, error) {
170+
innerLog = innerLog.WithField("url", url)
170171
// Default to the content from the proposer
171172
requestContentType := parsedProposerContentType
172173
requestBytes := signedBlindedBeaconBlockBytes

0 commit comments

Comments
 (0)