walletdb: log level.
This commit is contained in:
parent
91f40eed93
commit
be86757ee8
@ -1736,7 +1736,7 @@ WalletDB.prototype._addTX = co(function* addTX(tx, block) {
|
|||||||
assert(wallet);
|
assert(wallet);
|
||||||
|
|
||||||
if (yield wallet.add(tx, block)) {
|
if (yield wallet.add(tx, block)) {
|
||||||
this.logger.debug(
|
this.logger.info(
|
||||||
'Added transaction to wallet: %s (%d).',
|
'Added transaction to wallet: %s (%d).',
|
||||||
wallet.id, wid);
|
wallet.id, wid);
|
||||||
result = true;
|
result = true;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user