all: fix 'the the' in comments (#24036)

This commit is contained in:
Taeik Lim
2021-12-02 23:42:09 +09:00
committed by GitHub
parent b45931cc4a
commit 85064ed09b
6 changed files with 7 additions and 7 deletions

View File

@ -96,7 +96,7 @@ type Backend interface {
// TxPool defines the methods needed by the protocol handler to serve transactions.
type TxPool interface {
// Get retrieves the the transaction from the local txpool with the given hash.
// Get retrieves the transaction from the local txpool with the given hash.
Get(hash common.Hash) *types.Transaction
}