Skip to content

Commit 9940d93

Browse files
qdgogogoholiman
authored andcommitted
Comment error (#18303)
1 parent 3796751 commit 9940d93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/tx_cacher.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222
"github.com/ethereum/go-ethereum/core/types"
2323
)
2424

25-
// senderCacher is a concurrent transaction sender recoverer anc cacher.
25+
// senderCacher is a concurrent transaction sender recoverer and cacher.
2626
var senderCacher = newTxSenderCacher(runtime.NumCPU())
2727

2828
// txSenderCacherRequest is a request for recovering transaction senders with a

0 commit comments

Comments
 (0)