Skip to content

Commit d667fa9

Browse files
committed
chore: Minor log update
1 parent 905378e commit d667fa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wallet/wallet.worker.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ class WalletWorker {
198198
requeueCount: 0
199199
};
200200

201-
this.logger.debug(request, `Transaction received.`);
201+
this.logger.info(request, `Transaction received.`);
202202

203203
this.newRequestsQueue.push(request);
204204
}

0 commit comments

Comments
 (0)