diff --git a/eth/catalyst/api.go b/eth/catalyst/api.go index b358be6219f8a..1087496d167ce 100644 --- a/eth/catalyst/api.go +++ b/eth/catalyst/api.go @@ -77,7 +77,7 @@ type ConsensusAPI struct { light bool eth *eth.Ethereum les *les.LightEthereum - preparedBlocks *payloadQueue // preparedBlocks caches payloads (*ExecutableDataV1) by payload ID (PayloadID) + preparedBlocks *payloadQueue // preparedBlocks caches payloads (*ExecutableDataV1) by payload ID (PayloadID) } func NewConsensusAPI(eth *eth.Ethereum, les *les.LightEthereum) *ConsensusAPI {