summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_db.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-04-02 18:02:07 +0200
committerChristian Grothoff <christian@grothoff.org>2017-04-02 18:02:07 +0200
commitd8542d729ab8e285176bc29beb42ae7a19afa7e7 (patch)
tree4159ad02381c2ff5d89adf5c32feab3c944f0b1a /src/exchange/taler-exchange-httpd_db.c
parent94dddbbe8281c71890eef1a9aa8384d99e26d5c2 (diff)
downloadexchange-d8542d729ab8e285176bc29beb42ae7a19afa7e7.tar.gz
exchange-d8542d729ab8e285176bc29beb42ae7a19afa7e7.tar.bz2
exchange-d8542d729ab8e285176bc29beb42ae7a19afa7e7.zip
implement returning /paybacks as part of reserve history (#3887)
Diffstat (limited to 'src/exchange/taler-exchange-httpd_db.c')
-rw-r--r--src/exchange/taler-exchange-httpd_db.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exchange/taler-exchange-httpd_db.c b/src/exchange/taler-exchange-httpd_db.c
index 3c1a24778..686c06640 100644
--- a/src/exchange/taler-exchange-httpd_db.c
+++ b/src/exchange/taler-exchange-httpd_db.c
@@ -2367,6 +2367,7 @@ TEH_DB_execute_payback (struct MHD_Connection *connection,
coin_sig,
coin_blind,
&amount,
+ h_blind,
&payback_deadline);
if (GNUNET_SYSERR == ret)
{