Skip to content

Commit 8c441b5

Browse files
f: rebase issue
1 parent d50577a commit 8c441b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eth/catalyst/api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ func (api *ConsensusAPI) ForkchoiceUpdatedV1(heads beacon.ForkchoiceStateV1, pay
111111
id := computePayloadId(heads.HeadBlockHash, payloadAttributes)
112112
api.preparedBlocks.put(id, data)
113113
log.Info("Created payload", "payloadID", id)
114-
return beacon.ForkChoiceResponse{PayloadStatus: beacon.PayloadStatusV1{Status: beacon.SUCCESS}, PayloadID: &id}, nil
114+
return beacon.ForkChoiceResponse{PayloadStatus: beacon.PayloadStatusV1{Status: beacon.VALID}, PayloadID: &id}, nil
115115
}
116116
return beacon.STATUS_SUCCESS, nil
117117
}

0 commit comments

Comments
 (0)