From b322614eb212e8b35e38faf70e804a33b091bbf4 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 17 Jan 2020 23:01:17 +0100 Subject: doxygen --- src/bank-lib/fakebank.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/bank-lib/fakebank.c') diff --git a/src/bank-lib/fakebank.c b/src/bank-lib/fakebank.c index 758c44cfc..bb639ea48 100644 --- a/src/bank-lib/fakebank.c +++ b/src/bank-lib/fakebank.c @@ -283,7 +283,7 @@ TALER_FAKEBANK_check_debit (struct TALER_FAKEBANK_Handle *h, * @param h bank instance * @param want_amount transfer amount desired * @param want_debit account that should have been debited - * @param want_debit account that should have been credited + * @param want_credit account that should have been credited * @param reserve_pub reserve public key expected in wire subject * @return #GNUNET_OK on success */ @@ -450,7 +450,8 @@ TALER_FAKEBANK_make_admin_transfer (struct TALER_FAKEBANK_Handle *h, /** * Check that no wire transfers were ordered (or at least none - * that have not been taken care of via #TALER_FAKEBANK_check()). + * that have not been taken care of via #TALER_FAKEBANK_check_credit() + * or #TALER_FAKEBANK_check_debit()). * If any transactions are onrecord, return #GNUNET_SYSERR. * * @param h bank instance @@ -819,8 +820,7 @@ struct HistoryArgs * /history/incoming and /history/outgoing. * * @param connection MHD connection. - * @param function_name name of the caller. - * @param ha[out] will contain the parsed values. + * @param[out] ha will contain the parsed values. * @return GNUNET_OK only if the parsing succeedes. */ static int -- cgit v1.2.3