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

Commit 60b5638

Browse files
committed
tweak: Do not log received transactions
1 parent 7f4763b commit 60b5638

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

wallet/listeners/transaction_listener.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,6 @@ 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)
94-
9593
l.Lock()
9694
defer l.Unlock()
9795
for _, output := range cb.Outputs {

0 commit comments

Comments
 (0)