diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-07-14 14:47:32 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-07-14 14:47:32 +0200 |
commit | 76700397732ad70408c5069caa78ea18b4f74ad6 (patch) | |
tree | 338c31641f0a2fba1eedc038602a1c999c9a5929 | |
parent | 5ebc3b0e5b5fda1bcdb3b01c44d2f2a7055b155a (diff) | |
download | exchange-76700397732ad70408c5069caa78ea18b4f74ad6.tar.gz exchange-76700397732ad70408c5069caa78ea18b4f74ad6.zip |
-fix comment
-rw-r--r-- | src/include/taler_fakebank_lib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_fakebank_lib.h b/src/include/taler_fakebank_lib.h index 864345f3b..6571b1847 100644 --- a/src/include/taler_fakebank_lib.h +++ b/src/include/taler_fakebank_lib.h | |||
@@ -105,7 +105,7 @@ TALER_FAKEBANK_check_empty (struct TALER_FAKEBANK_Handle *h); | |||
105 | * @param h bank instance | 105 | * @param h bank instance |
106 | * @param want_amount transfer amount desired | 106 | * @param want_amount transfer amount desired |
107 | * @param want_debit account that should have been debited | 107 | * @param want_debit account that should have been debited |
108 | * @param want_debit account that should have been credited | 108 | * @param want_credit account that should have been credited |
109 | * @param exchange_base_url expected base URL of the exchange, | 109 | * @param exchange_base_url expected base URL of the exchange, |
110 | * i.e. "https://example.com/"; may include a port | 110 | * i.e. "https://example.com/"; may include a port |
111 | * @param[out] wtid set to the wire transfer identifier | 111 | * @param[out] wtid set to the wire transfer identifier |