walletdb: log level.

This commit is contained in:
Christopher Jeffrey 2016-10-23 03:17:18 -07:00
parent 91f40eed93
commit be86757ee8
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -1736,7 +1736,7 @@ WalletDB.prototype._addTX = co(function* addTX(tx, block) {
assert(wallet);
if (yield wallet.add(tx, block)) {
this.logger.debug(
this.logger.info(
'Added transaction to wallet: %s (%d).',
wallet.id, wid);
result = true;