We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3796751 commit 9940d93Copy full SHA for 9940d93
core/tx_cacher.go
@@ -22,7 +22,7 @@ import (
22
"github.com/ethereum/go-ethereum/core/types"
23
)
24
25
-// senderCacher is a concurrent transaction sender recoverer anc cacher.
+// senderCacher is a concurrent transaction sender recoverer and cacher.
26
var senderCacher = newTxSenderCacher(runtime.NumCPU())
27
28
// txSenderCacherRequest is a request for recovering transaction senders with a
0 commit comments