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

Method getQueueTxList

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

Source from the content-addressed store, hash-verified

280}
281
282func (pool *TxPool) getQueueTxList(addr common.Address) *txList {
283 return pool.queue[addr]
284}
285
286func (pool *TxPool) setPendingTxList(addr common.Address, txlist *txList) bool {
287 return setMapItem(pool.pending, addr, txlist, pool.config.MaxTxMapSize)

Callers 5

loopMethod · 0.95
localMethod · 0.95
enqueueTxMethod · 0.95
removeTxMethod · 0.95
promoteExecutablesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected