summaryrefslogtreecommitdiff
path: root/src/backend
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-04-18 11:48:15 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-04-18 11:48:15 +0200
commitb783ce987fd5543532d61d9fbd483af9394ddc30 (patch)
treecd9007949115bd0418f2f8335984b660aef5e93a /src/backend
parent21b5a1913b1de143d2afb5a86313a460e92e2399 (diff)
downloadmerchant-b783ce987fd5543532d61d9fbd483af9394ddc30.tar.gz
merchant-b783ce987fd5543532d61d9fbd483af9394ddc30.tar.bz2
merchant-b783ce987fd5543532d61d9fbd483af9394ddc30.zip
adding option to lookup history entries in the future.
Diffstat (limited to 'src/backend')
-rw-r--r--src/backend/taler-merchant-httpd_history.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/taler-merchant-httpd_history.c b/src/backend/taler-merchant-httpd_history.c
index 967bdd86..f863a236 100644
--- a/src/backend/taler-merchant-httpd_history.c
+++ b/src/backend/taler-merchant-httpd_history.c
@@ -189,6 +189,7 @@ MH_handler_history (struct TMH_RequestHandler *rh,
&mi->pubkey,
start,
delta,
+ GNUNET_NO,
pd_cb,
response);
if (GNUNET_SYSERR == ret)