Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 78201a0

Browse files
committed
tweak: Do not log received transactions
1 parent 04d9c4a commit 78201a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wallet/listeners/transaction_listener.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ func (l *TransactionListener) cleanupOrderState(isSale bool, contract *pb.Ricard
9090
}
9191

9292
func (l *TransactionListener) OnTransactionReceived(cb wallet.TransactionCallback) {
93-
log.Info("Transaction received", cb.Txid, cb.Height)
93+
// log.Info("Transaction received", cb.Txid, cb.Height)
9494

9595
l.Lock()
9696
defer l.Unlock()

0 commit comments

Comments
 (0)