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

Method setQueueTxList

core/tx_pool.go:290–292  ·  view source on GitHub ↗
(addr common.Address, txlist *txList)

Source from the content-addressed store, hash-verified

288}
289
290func (pool *TxPool) setQueueTxList(addr common.Address, txlist *txList) bool {
291 return setMapItem(pool.queue, addr, txlist, pool.config.MaxTxMapSize)
292}
293
294func (pool *TxPool) deletePendingTxList(addr common.Address) {
295 delete(pool.pending, addr)

Callers 1

enqueueTxMethod · 0.95

Calls 1

setMapItemFunction · 0.85

Tested by

no test coverage detected