diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-06-25 20:38:31 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-06-25 20:38:31 +0200 |
commit | 5b800f800a01842346f1a320545d45c062aabf03 (patch) | |
tree | b76d547eb63562068fb6478c84bc26aa460fa0fd /src/lib/auditor_api_deposit_confirmation.c | |
parent | 64ad01dba77b64e2a787992a095292c8f681dad4 (diff) |
-fix misc doxygen warnings, code clean up
Diffstat (limited to 'src/lib/auditor_api_deposit_confirmation.c')
-rw-r--r-- | src/lib/auditor_api_deposit_confirmation.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/auditor_api_deposit_confirmation.c b/src/lib/auditor_api_deposit_confirmation.c index be981eb9..c4542d0e 100644 --- a/src/lib/auditor_api_deposit_confirmation.c +++ b/src/lib/auditor_api_deposit_confirmation.c @@ -156,6 +156,7 @@ handle_deposit_confirmation_finished (void *cls, * @param h_extensions hash over the extensions, if any * @param h_contract_terms hash of the contact of the merchant with the customer (further details are never disclosed to the auditor) * @param exchange_timestamp timestamp when the deposit was received by the wallet + * @param wire_deadline by what time must the amount be wired to the merchant * @param refund_deadline date until which the merchant can issue a refund to the customer via the auditor (can be zero if refunds are not allowed); must not be after the @a wire_deadline * @param amount_without_fee the amount confirmed to be wired by the exchange to the merchant * @param coin_pub coin’s public key |