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

Method deleteQueueTxList

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

Source from the content-addressed store, hash-verified

296}
297
298func (pool *TxPool) deleteQueueTxList(addr common.Address) {
299 delete(pool.queue, addr)
300}
301
302// NewTxPool creates a new transaction pool to gather, sort and filter inbound
303// transactions from the network.

Callers 2

removeTxMethod · 0.95
promoteExecutablesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected