From c7610bf617caba4b283f6bf6fa871e940da59d1c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 12 Jan 2020 18:09:41 +0100 Subject: fix fakebank API --- src/include/taler_fakebank_lib.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include') diff --git a/src/include/taler_fakebank_lib.h b/src/include/taler_fakebank_lib.h index 19deae9c0..25e04187c 100644 --- a/src/include/taler_fakebank_lib.h +++ b/src/include/taler_fakebank_lib.h @@ -113,7 +113,7 @@ TALER_FAKEBANK_make_admin_transfer (struct TALER_FAKEBANK_Handle *h, * @param want_debit account that should have been credited * @param exchange_base_url expected base URL of the exchange, * i.e. "https://example.com/"; may include a port - * @param[out] subject set to the wire transfer identifier + * @param[out] wtid set to the wire transfer identifier * @return #GNUNET_OK on success */ int @@ -122,7 +122,7 @@ TALER_FAKEBANK_check_debit (struct TALER_FAKEBANK_Handle *h, const char *want_debit, const char *want_credit, const char *exchange_base_url, - struct TALER_WireTransferIdentifierRawP **subject); + struct TALER_WireTransferIdentifierRawP *wtid); /** -- cgit v1.2.3