diff options
Diffstat (limited to 'core/tx_pool.go')
-rw-r--r-- | core/tx_pool.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/tx_pool.go b/core/tx_pool.go index f8a9816cc..f4961a034 100644 --- a/core/tx_pool.go +++ b/core/tx_pool.go @@ -854,7 +854,6 @@ func (pool *TxPool) Get(hash common.Hash) *types.Transaction { // removeTx removes a single transaction from the queue, moving all subsequent // transactions back to the future queue. func (pool *TxPool) removeTx(hash common.Hash, outofbound bool) { - types.GlobalSigCache.Prune([]common.Hash{hash}) // Fetch the transaction we wish to delete tx := pool.all.Get(hash) if tx == nil { |