diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/taler_fakebank_lib.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/include/taler_fakebank_lib.h b/src/include/taler_fakebank_lib.h index 19deae9c..25e04187 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);  /** | 
