Skip to content

Commit

Permalink
eth/catalyst: gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
karalabe committed Jan 24, 2022
1 parent 269bc0b commit 5287292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/catalyst/api.go
Expand Up @@ -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 {
Expand Down

0 comments on commit 5287292

Please sign in to comment.