Skip to content

Commit

Permalink
typo unconfirmed.go
Browse files Browse the repository at this point in the history
  • Loading branch information
vipocenka authored Jan 3, 2025
1 parent 56ddbfd commit e044b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miner/unconfirmed.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ type chainRetriever interface {
}

// unconfirmedBlock is a small collection of metadata about a locally mined block
// that is placed into a unconfirmed set for canonical chain inclusion tracking.
// that is placed into an unconfirmed set for canonical chain inclusion tracking.
type unconfirmedBlock struct {
index uint64
hash common.Hash
Expand Down

0 comments on commit e044b98

Please sign in to comment.