mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-22 12:30:08 +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:
|
||||
return NewPayloadStatus.valid
|
||||
except CatchableError as err:
|
||||
error "getExecutionValidity: newPayload failed",
|
||||
error "newPayload failed and leaked exception",
|
||||
err = err.msg,
|
||||
executionPayload = shortLog(blck.message.body.execution_payload),
|
||||
blck = shortLog(blck)
|
||||
|
Loading…
x
Reference in New Issue
Block a user