node: no automatic zap.

This commit is contained in:
Christopher Jeffrey 2016-10-05 19:56:45 -07:00
parent f57867f929
commit 4e7d0af456
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD
2 changed files with 0 additions and 6 deletions

View File

@ -248,9 +248,6 @@ Fullnode.prototype._open = co(function* open() {
// Rescan for any missed transactions.
yield this.rescan();
// Zap stale txs.
yield this.walletdb.zap(72 * 3600);
// Rebroadcast pending transactions.
yield this.resend();

View File

@ -171,9 +171,6 @@ SPVNode.prototype._open = co(function* open(callback) {
// Rescan for any missed transactions.
yield this.rescan();
// Zap stale txs.
yield this.walletdb.zap(72 * 3600);
// Rebroadcast pending transactions.
yield this.resend();