summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-04-26 13:34:18 +0200
committerChristian Grothoff <christian@grothoff.org>2022-04-26 13:34:18 +0200
commit932cef3d8cd5d569a8847d8fadf73165ff95cfc3 (patch)
tree8508df4969017c063bb860ed0f348e7f2b75e8bd /src/include
parentefb8c8037b0d9e4d0407e62156b0021f790ad974 (diff)
downloadexchange-932cef3d8cd5d569a8847d8fadf73165ff95cfc3.tar.gz
exchange-932cef3d8cd5d569a8847d8fadf73165ff95cfc3.tar.bz2
exchange-932cef3d8cd5d569a8847d8fadf73165ff95cfc3.zip
-complete purses_get draft implementation
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_exchangedb_plugin.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h
index 27b0d1b0f..b347ac56c 100644
--- a/src/include/taler_exchangedb_plugin.h
+++ b/src/include/taler_exchangedb_plugin.h
@@ -4556,7 +4556,6 @@ struct TALER_EXCHANGEDB_Plugin
* @param[out] deposited set to actual amount put into the purse so far
* @param[out] h_contract_terms set to hash of the contract for the purse
* @param[out] merge_timestamp set to time when the purse was merged, or NEVER if not
- * @param[out] deposit_timestamp set to time when the deposited amount reached the target amount, or NEVER if not
* @return transaction status code
*/
enum GNUNET_DB_QueryStatus
@@ -4567,8 +4566,7 @@ struct TALER_EXCHANGEDB_Plugin
struct TALER_Amount *amount,
struct TALER_Amount *deposited,
struct TALER_PrivateContractHashP *h_contract_terms,
- struct GNUNET_TIME_Timestamp *merge_timestamp,
- struct GNUNET_TIME_Timestamp *deposit_timestamp);
+ struct GNUNET_TIME_Timestamp *merge_timestamp);
/**