diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-07-01 00:01:21 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-07-01 00:01:21 +0200 |
commit | f948a10f712ebd6f52182dc4bf71deee1c45b35f (patch) | |
tree | 4ef609067c513547585f74bbd1d310cecae36e79 /src/include | |
parent | 253d220ea54d45557f33dd3a7affef0e79593218 (diff) | |
download | exchange-f948a10f712ebd6f52182dc4bf71deee1c45b35f.tar.gz exchange-f948a10f712ebd6f52182dc4bf71deee1c45b35f.tar.bz2 exchange-f948a10f712ebd6f52182dc4bf71deee1c45b35f.zip |
implementing #3851
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_mintdb_plugin.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/taler_mintdb_plugin.h b/src/include/taler_mintdb_plugin.h index 88fe2801..d7f0f99c 100644 --- a/src/include/taler_mintdb_plugin.h +++ b/src/include/taler_mintdb_plugin.h @@ -742,6 +742,7 @@ struct TALER_MINTDB_Plugin * @param db the database connection handle * @param reserve_pub public key of the reserve * @param balance the amount that has to be added to the reserve + * @param execution_time when was the amount added * @param details bank transaction details justifying the increment, * must be unique for each incoming transaction * @return #GNUNET_OK upon success; #GNUNET_NO if the given @@ -753,6 +754,7 @@ struct TALER_MINTDB_Plugin struct TALER_MINTDB_Session *db, const struct TALER_ReservePublicKeyP *reserve_pub, const struct TALER_Amount *balance, + struct GNUNET_TIME_Absolute execution_time, const json_t *details); |