WIP
This commit is contained in:
parent
808a8ab4a4
commit
c4e557e86d
3 changed files with 4 additions and 2 deletions
|
|
@ -464,7 +464,7 @@ function monitorLiveIncoming () {
|
|||
}
|
||||
|
||||
function monitorIncoming () {
|
||||
const statuses = ['notSeen', 'published', 'authorized', 'rejected']
|
||||
const statuses = ['notSeen', 'published', 'zeroConf', 'authorized', 'rejected']
|
||||
db.fetchOpenTxs(statuses, STALE_INCOMING_TX_AGE, function (err, txs) {
|
||||
if (err) return
|
||||
txs.forEach(processTxStatus)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue