summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_refund.c
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-04-03 15:20:50 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2019-04-03 15:22:16 +0200
commit219f702926c61adedea9458e07a6936e76cfe13e (patch)
treec5bc1a952ac1cb024823921a6a52bb9db0399ccc /src/exchange/taler-exchange-httpd_refund.c
parent41afe6fd675a6293a538d6523a46553650effc2a (diff)
downloadexchange-219f702926c61adedea9458e07a6936e76cfe13e.tar.gz
exchange-219f702926c61adedea9458e07a6936e76cfe13e.tar.bz2
exchange-219f702926c61adedea9458e07a6936e76cfe13e.zip
Faking the time.
Allow the user to pass a "now" value along the "/keys" request.
Diffstat (limited to 'src/exchange/taler-exchange-httpd_refund.c')
-rw-r--r--src/exchange/taler-exchange-httpd_refund.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd_refund.c b/src/exchange/taler-exchange-httpd_refund.c
index 869158063..92dd54e9f 100644
--- a/src/exchange/taler-exchange-httpd_refund.c
+++ b/src/exchange/taler-exchange-httpd_refund.c
@@ -331,7 +331,7 @@ refund_transaction (void *cls,
// FIXME: do this outside of transaction function?
/* Check refund fee matches fee of denomination key! */
- mks = TEH_KS_acquire ();
+ mks = TEH_KS_acquire (GNUNET_TIME_absolute_get ());
if (NULL == mks)
{
TALER_LOG_ERROR ("Lacking keys to operate\n");