summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_db.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-04-02 22:34:45 +0200
committerChristian Grothoff <christian@grothoff.org>2017-04-02 22:34:45 +0200
commitb988eb92fc9ea7fca8db7895e52af67a1a9231d7 (patch)
tree188215ef24455fbedab1428424d9bf0aef0be7ef /src/exchange/taler-exchange-httpd_db.c
parentb95522c1ddf6e32a35dbec2123c24363316a9514 (diff)
downloadexchange-b988eb92fc9ea7fca8db7895e52af67a1a9231d7.tar.gz
exchange-b988eb92fc9ea7fca8db7895e52af67a1a9231d7.tar.bz2
exchange-b988eb92fc9ea7fca8db7895e52af67a1a9231d7.zip
implement tests for extended DB API
Diffstat (limited to 'src/exchange/taler-exchange-httpd_db.c')
-rw-r--r--src/exchange/taler-exchange-httpd_db.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd_db.c b/src/exchange/taler-exchange-httpd_db.c
index 686c06640..604de24a6 100644
--- a/src/exchange/taler-exchange-httpd_db.c
+++ b/src/exchange/taler-exchange-httpd_db.c
@@ -2363,7 +2363,7 @@ TEH_DB_execute_payback (struct MHD_Connection *connection,
ret = TEH_plugin->insert_payback_request (TEH_plugin->cls,
session,
&reserve_pub,
- coin,
+ &coin->coin_pub,
coin_sig,
coin_blind,
&amount,