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…
Reference in New Issue