Check status of pending transactions on startup

Fixes #1531
This commit is contained in:
Dan Finlay 2017-10-06 11:33:14 -07:00
parent 53da368d23
commit 0146b55d6d
2 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,8 @@
## Current Master
- Fix bug where some transactions would be shown as pending forever, even after successfully mined.
## 3.10.9 2017-10-5
- Only rebrodcast transactions for a day not a days worth of blocks

View File

@ -26,6 +26,7 @@ module.exports = class PendingTransactionTracker extends EventEmitter {
this.retryTimePeriod = config.retryTimePeriod || 86400000
this.getPendingTransactions = config.getPendingTransactions
this.publishTransaction = config.publishTransaction
this._checkPendingTxs()
}
// checks if a signed tx is in a block and