miner: farm all the typos

Co-authored-by: Martin HS <martin@swende.se>
This commit is contained in:
Péter Szilágyi 2024-02-19 20:44:26 +02:00 committed by GitHub
parent a0ddb5a023
commit c9487e811c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -155,7 +155,7 @@ func (t *transactionsByPriceAndNonce) Pop() {
}
// 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 {
return len(t.heads) == 0
}