diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-09-04 13:00:20 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-09-04 13:00:20 +0200 |
commit | adc6c53b5c7e08ff6eba180f872a8a8f8f94cd65 (patch) | |
tree | 60f0b2e980a38b31650077aebffa611555bc54ef /src/include/taler_exchangedb_plugin.h | |
parent | c97292593371e591dc7ba4c38947ebf228b13eb2 (diff) |
doxygen and spelling fixes
Diffstat (limited to 'src/include/taler_exchangedb_plugin.h')
-rw-r--r-- | src/include/taler_exchangedb_plugin.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h index 7d6508fc5..163b886cc 100644 --- a/src/include/taler_exchangedb_plugin.h +++ b/src/include/taler_exchangedb_plugin.h @@ -1472,15 +1472,11 @@ typedef enum GNUNET_DB_QueryStatus * @param cls closure * @param rowid unique ID for the deposit in our DB, used for marking * it as 'tiny' or 'done' - * @param exchange_timestamp when did the exchange receive the deposit - * @param wallet_timestamp when did the wallet sign the contract * @param merchant_pub public key of the merchant * @param coin_pub public key of the coin * @param amount_with_fee amount that was deposited including fee * @param deposit_fee amount the exchange gets to keep as transaction fees * @param h_contract_terms hash of the proposal data known to merchant and customer - * @param wire_deadline by which the merchant advised that he would like the - * wire transfer to be executed * @param receiver_wire_account wire details for the merchant, includes * 'url' in payto://-format; * @return transaction status code, #GNUNET_DB_STATUS_SUCCESS_ONE_RESULT to continue to iterate |