MCPcopy Create free account
hub / github.com/CPChain/chain / deletePendingTxList

Method deletePendingTxList

core/tx_pool.go:294–296  ·  view source on GitHub ↗
(addr common.Address)

Source from the content-addressed store, hash-verified

292}
293
294func (pool *TxPool) deletePendingTxList(addr common.Address) {
295 delete(pool.pending, addr)
296}
297
298func (pool *TxPool) deleteQueueTxList(addr common.Address) {
299 delete(pool.queue, addr)

Callers 2

removeTxMethod · 0.95
demoteUnexecutablesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected