don't access potentially unitialized Opts (#4054)
This commit is contained in:
parent
ad0d30093f
commit
2309f11e9e
|
@ -433,10 +433,7 @@ proc getExecutionPayload(
|
|||
latestHead, latestSafe, latestFinalized,
|
||||
timestamp,
|
||||
feeRecipient,
|
||||
cachedHeadBlockRoot = lastFcU.get.headBlockRoot,
|
||||
cachedFinalizedBlockRoot = lastFcU.get.finalizedBlockRoot,
|
||||
cachedTimestamp = lastFcU.get.timestamp,
|
||||
cachedFeeRecipient = lastFcU.get.feeRecipient
|
||||
cachedForkchoiceUpdateInformation = lastFcU
|
||||
|
||||
(await forkchoice_updated(
|
||||
proposalState.bellatrixData.data,
|
||||
|
|
Loading…
Reference in New Issue