diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-08-29 00:37:37 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-08-29 00:37:37 +0200 |
commit | 0846ab93bcbe606d34cc547904634244312e137d (patch) | |
tree | 6965ac524b88653be4e61ca340884853cba666dd /src/include/taler_auditor_service.h | |
parent | f486df99c87f4ea660a4e39fe4497c9fd2afa847 (diff) |
doxygen fixes
Diffstat (limited to 'src/include/taler_auditor_service.h')
-rw-r--r-- | src/include/taler_auditor_service.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_auditor_service.h b/src/include/taler_auditor_service.h index e7f056e5f..d84ecd5eb 100644 --- a/src/include/taler_auditor_service.h +++ b/src/include/taler_auditor_service.h @@ -234,7 +234,7 @@ typedef void * @param auditor the auditor handle; the auditor must be ready to operate * @param h_wire hash of merchant wire details * @param h_contract_terms hash of the contact of the merchant with the customer (further details are never disclosed to the auditor) - * @param timestamp timestamp when the contract was finalized, must not be too far in the future + * @param exchange_timestamp timestamp when the contract was finalized, must not be too far in the future * @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 |