mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-22 20:42:13 +00:00
log/read error from correct failed future (#4890)
This commit is contained in:
parent
1e7eec18ce
commit
2bd9e5a54c
@ -883,7 +883,7 @@ proc proposeBlockAux(
|
||||
else:
|
||||
info "Engine block building error",
|
||||
slot, head = shortLog(head), validator = shortLog(validator),
|
||||
err = payloadBuilderBidFut.read().error()
|
||||
err = engineBlockFut.read.error()
|
||||
false
|
||||
else:
|
||||
info "Engine block building failed",
|
||||
|
Loading…
x
Reference in New Issue
Block a user