txdb: fix txid() call.
This commit is contained in:
parent
7c1786d584
commit
fcc468fb3c
@ -2591,7 +2591,7 @@ TXDB.prototype.zap = co(function* zap(account, age) {
|
||||
assert(now - wtx.ps >= age);
|
||||
|
||||
this.logger.debug('Zapping TX: %s (%s)',
|
||||
wtx.txid(), this.wallet.id);
|
||||
wtx.tx.txid(), this.wallet.id);
|
||||
|
||||
yield this.remove(wtx.hash);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user