This commit is contained in:
Josh Harvey 2016-05-08 01:23:03 +03:00
parent 808a8ab4a4
commit c4e557e86d
3 changed files with 4 additions and 2 deletions

View file

@ -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)