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

Commit

Permalink
tweak: Do not log received transactions
Browse files Browse the repository at this point in the history
  • Loading branch information
drwasho committed May 1, 2020
1 parent 04d9c4a commit 78201a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wallet/listeners/transaction_listener.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 78201a0

Please sign in to comment.