From c87722791debda4961f514d34b32b3f2775eaac9 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 18 Jan 2020 14:36:49 +0100 Subject: doxygen --- src/include/taler_fakebank_lib.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/include/taler_fakebank_lib.h') diff --git a/src/include/taler_fakebank_lib.h b/src/include/taler_fakebank_lib.h index 017ffd454..1fe83c480 100644 --- a/src/include/taler_fakebank_lib.h +++ b/src/include/taler_fakebank_lib.h @@ -34,10 +34,11 @@ struct TALER_FAKEBANK_Handle; /** - * Start the fake bank. The fake bank will, like the normal bank, - * listen for requests for /admin/add/incoming. However, instead of - * executing or storing those requests, it will simply allow querying - * whether such a request has been made via #TALER_FAKEBANK_check(). + * Start the fake bank. The fake bank will, like the normal bank, listen for + * requests for /admin/add/incoming and /transfer. However, instead of + * executing or storing those requests, it will simply allow querying whether + * such a request has been made via #TALER_FAKEBANK_check_debit() and + * #TALER_FAKEBANK_check_credit() as well as the history API. * * This is useful for writing testcases to check whether the exchange * would have issued the correct wire transfer orders. -- cgit v1.2.3