From 2cffd4ff3c6643e374e34bccd8d68cb52d7d4c8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ha=20=C4=90ANG?= Date: Mon, 30 Jul 2018 18:10:48 +0700 Subject: core: fix some small typos on comment code (#17278) --- core/tx_list.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/tx_list.go') diff --git a/core/tx_list.go b/core/tx_list.go index 287dda4c3..57abc5148 100644 --- a/core/tx_list.go +++ b/core/tx_list.go @@ -436,7 +436,7 @@ func (l *txPricedList) Removed() { } // Cap finds all the transactions below the given price threshold, drops them -// from the priced list and returs them for further removal from the entire pool. +// from the priced list and returns them for further removal from the entire pool. func (l *txPricedList) Cap(threshold *big.Int, local *accountSet) types.Transactions { drop := make(types.Transactions, 0, 128) // Remote underpriced transactions to drop save := make(types.Transactions, 0, 64) // Local underpriced transactions to keep -- cgit v1.2.3