Skip to content

Commit

Permalink
Update beaconclient/prod_beacon_instance.go
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Hager <chris@linuxuser.at>
  • Loading branch information
avalonche and metachris authored Apr 8, 2024
1 parent b08483b commit 3b49c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beaconclient/prod_beacon_instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ func (c *ProdBeaconInstance) PublishBlock(block *common.VersionedSignedProposal,
code, err = fetchBeacon(http.MethodPost, uri, payloadBytes, nil, nil, headers, useSSZ)
publishTime := time.Now().UTC().Sub(publishingStartTime).Milliseconds()
log.WithFields(logrus.Fields{
"encodeTime": encodeTime,
"encodeDurationMs": encodeTime,

Check failure on line 280 in beaconclient/prod_beacon_instance.go

View workflow job for this annotation

GitHub Actions / Test

undefined: encodeTime

Check failure on line 280 in beaconclient/prod_beacon_instance.go

View workflow job for this annotation

GitHub Actions / Lint

undefined: encodeTime
"publishTime": publishTime,
"payloadBytes": len(payloadBytes),
}).Info("finished publish block request")
Expand Down

0 comments on commit 3b49c93

Please sign in to comment.