gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -add missing comment


From: gnunet
Subject: [taler-exchange] branch master updated: -add missing comment
Date: Sat, 12 Feb 2022 11:27:59 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 8a3e88fb -add missing comment
8a3e88fb is described below

commit 8a3e88fbf1b7f35baf20dbac747ed025e3ad9f26
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Feb 12 11:27:57 2022 +0100

    -add missing comment
---
 src/lib/exchange_api_melt.c | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/src/lib/exchange_api_melt.c b/src/lib/exchange_api_melt.c
index 828e1ca1..3c608328 100644
--- a/src/lib/exchange_api_melt.c
+++ b/src/lib/exchange_api_melt.c
@@ -563,11 +563,16 @@ start_melt (struct TALER_EXCHANGE_MeltHandle *mh)
 }
 
 
+/**
+ * The melt request @a mh failed, return an error to
+ * the application and cancel the operation.
+ *
+ * @param[in] mh melt request that failed
+ */
 static void
 fail_mh (struct TALER_EXCHANGE_MeltHandle *mh)
 {
-  // FIXME: do return more than NULLs if
-  // the /csr failed!
+  // FIXME: do return more than NULLs if the /csr failed!
   mh->melt_cb (mh->melt_cb_cls,
                NULL,
                0,

-- 
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]