node: no automatic zap.
This commit is contained in:
parent
f57867f929
commit
4e7d0af456
@ -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();
|
||||
|
||||
|
||||
@ -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();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user