Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenlanders committed Jan 29, 2024
1 parent 68bd874 commit 52a9455
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/mempool/mempool.go
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,6 @@ func (txmp *TxMempool) removeTx(wtx *WrappedTx, removeFromCache bool) {

// Remove the transaction from the gossip index and cleanup the linked-list
// element so it can be garbage collected.

txmp.gossipIndex.Remove(wtx.gossipEl)
wtx.gossipEl.DetachPrev()

Expand Down

0 comments on commit 52a9455

Please sign in to comment.