Skip to content

Commit

Permalink
Update beaconclient/multi_beacon_client.go
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Hager <[email protected]>
  • Loading branch information
avalonche and metachris authored Mar 11, 2024
1 parent 82adb09 commit 0c9e2da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beaconclient/multi_beacon_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ func (c *MultiBeaconClient) PublishBlock(block *common.VersionedSignedProposal)
} else if res.code == 202 {
// Should the block fail full validation, a separate success response code (202) is used to indicate that the block was successfully broadcast but failed integration.
// https://ethereum.github.io/beacon-APIs/?urls.primaryName=dev#/Beacon/publishBlock
log.WithField("statusCode", res.code).WithError(res.err).Warn("block failed validation but was still broadcast")
log.WithField("statusCode", res.code).WithError(res.err).Warn("CL client failed block integration, but block was successfully broadcast")
lastErrPublishResp = res
continue
}
Expand Down

0 comments on commit 0c9e2da

Please sign in to comment.