-add missing comment

This commit is contained in:
Christian Grothoff 2022-02-12 11:27:57 +01:00
parent c2549e8b1e
commit 8a3e88fbf1
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -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,