gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-cashless2ecash] branch master updated: fix: enhance logging


From: gnunet
Subject: [taler-cashless2ecash] branch master updated: fix: enhance logging
Date: Mon, 03 Jun 2024 17:29:19 +0200

This is an automated email from the git hooks/post-receive script.

joel-haeberli pushed a commit to branch master
in repository cashless2ecash.

The following commit(s) were added to refs/heads/master by this push:
     new d988b30  fix: enhance logging
d988b30 is described below

commit d988b301761fdac010eb657c44b1b07bd645726c
Author: Joel-Haeberli <haebu@rubigen.ch>
AuthorDate: Mon Jun 3 17:29:16 2024 +0200

    fix: enhance logging
---
 c2ec/proc-transfer.go | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/c2ec/proc-transfer.go b/c2ec/proc-transfer.go
index 07ce216..0b33ac5 100644
--- a/c2ec/proc-transfer.go
+++ b/c2ec/proc-transfer.go
@@ -25,13 +25,13 @@ func RunTransferrer(
        errs chan error,
 ) {
 
-       go RunListener(
-               ctx,
-               PS_REFUND_CHANNEL,
-               transferCallback,
-               make(chan *Notification, REFUND_CHANNEL_BUFFER_SIZE),
-               errs,
-       )
+       // go RunListener(
+       //      ctx,
+       //      PS_REFUND_CHANNEL,
+       //      transferCallback,
+       //      make(chan *Notification, REFUND_CHANNEL_BUFFER_SIZE),
+       //      errs,
+       // )
 
        go func() {
                lastlog := time.Now().Add(time.Minute * -3)

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]