diff options
Diffstat (limited to 'src/exchange/taler-exchange-httpd_db.c')
| -rw-r--r-- | src/exchange/taler-exchange-httpd_db.c | 2 | 
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 11f8d31d..9e345e80 100644 --- a/src/exchange/taler-exchange-httpd_db.c +++ b/src/exchange/taler-exchange-httpd_db.c @@ -2413,7 +2413,7 @@ TEH_DB_execute_payback (struct MHD_Connection *connection,    ret = TEH_plugin->insert_payback_request (TEH_plugin->cls,                                              session,                                              &reserve_pub, -                                            &coin->coin_pub, +                                            coin,                                              coin_sig,                                              coin_blind,                                              &amount,  | 
