mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-12 22:46:59 +00:00
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…
x
Reference in New Issue
Block a user