mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-22 11:18:25 +00:00
Log more data on the 'Unable to retrieve blinded block data' error
This commit is contained in:
parent
41f21b2688
commit
b7b460cf57
@ -68,8 +68,8 @@ proc produceBlindedBlock(
|
||||
try:
|
||||
await vc.produceBlindedBlock(slot, randao_reveal, graffiti,
|
||||
ApiStrategyKind.Best)
|
||||
except ValidatorApiError:
|
||||
error "Unable to retrieve blinded block data"
|
||||
except ValidatorApiError as exc:
|
||||
error "Unable to retrieve blinded block data", error_msg = exc.msg
|
||||
return Opt.none(PreparedBlindedBeaconBlock)
|
||||
except CancelledError as exc:
|
||||
error "Blinded block data production has been interrupted"
|
||||
|
Loading…
x
Reference in New Issue
Block a user