mirror of
https://github.com/sparrowwallet/drongo.git
synced 2024-12-26 10:06:45 +00:00
log all transactions
This commit is contained in:
parent
4f2c055d1d
commit
65e288b6de
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ public class TransactionTask implements Runnable {
|
||||||
}
|
}
|
||||||
|
|
||||||
builder.append(outputJoiner.toString());
|
builder.append(outputJoiner.toString());
|
||||||
log.debug(builder.toString());
|
log.info(builder.toString());
|
||||||
|
|
||||||
checkWallet(transaction);
|
checkWallet(transaction);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue