summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-02-12 11:27:57 +0100
committerChristian Grothoff <christian@grothoff.org>2022-02-12 11:27:57 +0100
commit8a3e88fbf1b7f35baf20dbac747ed025e3ad9f26 (patch)
tree9f114f8d88f967c63247ad5bf49b98d33e1d8e03 /src
parentc2549e8b1e43acc2c35b898062d5dcdb5e53ee6e (diff)
downloadexchange-8a3e88fbf1b7f35baf20dbac747ed025e3ad9f26.tar.gz
exchange-8a3e88fbf1b7f35baf20dbac747ed025e3ad9f26.tar.bz2
exchange-8a3e88fbf1b7f35baf20dbac747ed025e3ad9f26.zip
-add missing comment
Diffstat (limited to 'src')
-rw-r--r--src/lib/exchange_api_melt.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/lib/exchange_api_melt.c b/src/lib/exchange_api_melt.c
index 828e1ca1f..3c608328a 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,