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

Method getPendingTxList

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

Source from the content-addressed store, hash-verified

276}
277
278func (pool *TxPool) getPendingTxList(addr common.Address) *txList {
279 return pool.pending[addr]
280}
281
282func (pool *TxPool) getQueueTxList(addr common.Address) *txList {
283 return pool.queue[addr]

Callers 6

localMethod · 0.95
addMethod · 0.95
promoteTxMethod · 0.95
StatusMethod · 0.95
removeTxMethod · 0.95
promoteExecutablesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected