summaryrefslogtreecommitdiff
path: root/src/backenddb/test_merchantdb.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-06-11 20:48:47 +0200
committerChristian Grothoff <christian@grothoff.org>2016-06-11 20:48:47 +0200
commit52de2d37fa7e5f46ed52a6719b40d80d2349720f (patch)
tree49cbfad9623c7ff6b1701a6a576e8fa54f5982c9 /src/backenddb/test_merchantdb.c
parent16abbebef705c31af9731fff5cd619227e92b680 (diff)
downloadmerchant-52de2d37fa7e5f46ed52a6719b40d80d2349720f.tar.gz
merchant-52de2d37fa7e5f46ed52a6719b40d80d2349720f.tar.bz2
merchant-52de2d37fa7e5f46ed52a6719b40d80d2349720f.zip
fixing #4160
Diffstat (limited to 'src/backenddb/test_merchantdb.c')
-rw-r--r--src/backenddb/test_merchantdb.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/backenddb/test_merchantdb.c b/src/backenddb/test_merchantdb.c
index 2a172566..711808a1 100644
--- a/src/backenddb/test_merchantdb.c
+++ b/src/backenddb/test_merchantdb.c
@@ -203,6 +203,7 @@ deposit_cb (void *cls,
* @param coin_pub public key of the coin
* @param wtid identifier of the wire transfer in which the exchange
* send us the money for the coin deposit
+ * @param execution_time when was the @a wtid transfer executed
* @param exchange_proof proof from exchange about what the deposit was for
* NULL if we have not asked for this signature
*/
@@ -211,6 +212,7 @@ transfer_cb (void *cls,
uint64_t atransaction_id,
const struct TALER_CoinSpendPublicKeyP *acoin_pub,
const struct TALER_WireTransferIdentifierRawP *awtid,
+ struct GNUNET_TIME_Absolute execution_time,
const json_t *exchange_proof)
{
CHECK (atransaction_id == transaction_id);
@@ -309,6 +311,7 @@ run (void *cls)
plugin->store_transfer_to_proof (plugin->cls,
EXCHANGE_URI,
&wtid,
+ GNUNET_TIME_UNIT_ZERO_ABS,
&signkey_pub,
transfer_proof));
FAILIF (GNUNET_OK !=