diff options
Diffstat (limited to 'src/include/taler_fakebank_lib.h')
-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 |