From 78201a09d4709691c644adae1b70a51fe291ac91 Mon Sep 17 00:00:00 2001 From: Dr Washington Sanchez Date: Fri, 1 May 2020 13:41:58 +1000 Subject: [PATCH] tweak: Do not log received transactions --- wallet/listeners/transaction_listener.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallet/listeners/transaction_listener.go b/wallet/listeners/transaction_listener.go index 1a9973ebca..501c27a9cd 100644 --- a/wallet/listeners/transaction_listener.go +++ b/wallet/listeners/transaction_listener.go @@ -90,7 +90,7 @@ func (l *TransactionListener) cleanupOrderState(isSale bool, contract *pb.Ricard } func (l *TransactionListener) OnTransactionReceived(cb wallet.TransactionCallback) { - log.Info("Transaction received", cb.Txid, cb.Height) + // log.Info("Transaction received", cb.Txid, cb.Height) l.Lock() defer l.Unlock()