mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-02 01:36:06 +00:00
Add error to block production log
This commit is contained in:
parent
a958313feb
commit
28fc70de6d
@ -508,7 +508,7 @@ proc makeBeaconBlockForHeadAndSlot*(
|
||||
# log instead of asserting
|
||||
beacon_block_production_errors.inc()
|
||||
error "Cannot create block for proposal",
|
||||
slot, head = shortLog(head)
|
||||
slot, head = shortLog(head), error
|
||||
$error
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user