mirror of
https://github.com/sparrowwallet/drongo.git
synced 2024-11-02 18:26:43 +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());
|
||||
log.debug(builder.toString());
|
||||
log.info(builder.toString());
|
||||
|
||||
checkWallet(transaction);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue