(addr common.Address)
| 296 | } |
| 297 | |
| 298 | func (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. |
no outgoing calls
no test coverage detected