From c9487e811cebfda02b62b120962e8d7a072166e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Szil=C3=A1gyi?= Date: Mon, 19 Feb 2024 20:44:26 +0200 Subject: [PATCH] miner: farm all the typos Co-authored-by: Martin HS --- miner/ordering.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miner/ordering.go b/miner/ordering.go index 7401924e2f..bcf7af46e8 100644 --- a/miner/ordering.go +++ b/miner/ordering.go @@ -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 }