File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -235,9 +235,9 @@ func computePayloadId(headBlockHash common.Hash, params *PayloadAttributesV1) []
235235
236236func (api * ConsensusAPI ) invalid () ExecutePayloadResponse {
237237 if api .light {
238- return ExecutePayloadResponse {Status : VALID .Status , LatestValidHash : api .les .BlockChain ().CurrentHeader ().Hash ()}
238+ return ExecutePayloadResponse {Status : INVALID .Status , LatestValidHash : api .les .BlockChain ().CurrentHeader ().Hash ()}
239239 }
240- return ExecutePayloadResponse {Status : VALID .Status , LatestValidHash : api .eth .BlockChain ().CurrentHeader ().Hash ()}
240+ return ExecutePayloadResponse {Status : INVALID .Status , LatestValidHash : api .eth .BlockChain ().CurrentHeader ().Hash ()}
241241}
242242
243243// ExecutePayload creates an Eth1 block, inserts it in the chain, and returns the status of the chain.
You can’t perform that action at this time.
0 commit comments