mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-02 09:46:26 +00:00
modify newPayload failure logging (#4930)
This commit is contained in:
parent
18bc47fe83
commit
2fcc01f516
@ -353,7 +353,7 @@ proc getExecutionValidity(
|
|||||||
of PayloadExecutionStatus.valid:
|
of PayloadExecutionStatus.valid:
|
||||||
return NewPayloadStatus.valid
|
return NewPayloadStatus.valid
|
||||||
except CatchableError as err:
|
except CatchableError as err:
|
||||||
error "getExecutionValidity: newPayload failed",
|
error "newPayload failed and leaked exception",
|
||||||
err = err.msg,
|
err = err.msg,
|
||||||
executionPayload = shortLog(blck.message.body.execution_payload),
|
executionPayload = shortLog(blck.message.body.execution_payload),
|
||||||
blck = shortLog(blck)
|
blck = shortLog(blck)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user