summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-12 18:09:41 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-12 18:09:41 +0100
commitc7610bf617caba4b283f6bf6fa871e940da59d1c (patch)
treeb5504c1af24169ce55b4c17cc9e585e113c019e5 /src/include
parentc6ba84462dd642f11f783ff33b36dc00fda6750c (diff)
downloadexchange-c7610bf617caba4b283f6bf6fa871e940da59d1c.tar.gz
exchange-c7610bf617caba4b283f6bf6fa871e940da59d1c.tar.bz2
exchange-c7610bf617caba4b283f6bf6fa871e940da59d1c.zip
fix fakebank API
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_fakebank_lib.h4
1 files changed, 2 insertions, 2 deletions
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);
/**