good morning!!!!

Skip to content
Snippets Groups Projects
Commit 92f998c7 authored by Jeffrey Wilcke's avatar Jeffrey Wilcke
Browse files

core: use removeTx instead of delete

parent 03bb88de
No related branches found
No related tags found
No related merge requests found
......@@ -235,7 +235,7 @@ func (self *TxPool) RemoveTransactions(txs types.Transactions) {
defer self.mu.Unlock()
for _, tx := range txs {
delete(self.txs, tx.Hash())
self.removeTx(tx.Hash())
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment