mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
miner: farm all the typos
Co-authored-by: Martin HS <martin@swende.se>
This commit is contained in:
parent
a0ddb5a023
commit
c9487e811c
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ func (t *transactionsByPriceAndNonce) Pop() {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Empty returns if the price heap is empty. It can be used to check it simpler
|
// Empty returns if the price heap is empty. It can be used to check it simpler
|
||||||
// than calling peek and checkign for nil return.
|
// than calling peek and checking for nil return.
|
||||||
func (t *transactionsByPriceAndNonce) Empty() bool {
|
func (t *transactionsByPriceAndNonce) Empty() bool {
|
||||||
return len(t.heads) == 0
|
return len(t.heads) == 0
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue