Comment error (#18303)

pull/18311/head
qd-ethan 6 years ago committed by Martin Holst Swende
parent 3796751efc
commit 9940d93a43
  1. 2
      core/tx_cacher.go

@ -22,7 +22,7 @@ import (
"github.com/ethereum/go-ethereum/core/types"
)
// senderCacher is a concurrent transaction sender recoverer anc cacher.
// senderCacher is a concurrent transaction sender recoverer and cacher.
var senderCacher = newTxSenderCacher(runtime.NumCPU())
// txSenderCacherRequest is a request for recovering transaction senders with a

Loading…
Cancel
Save