diff options
Diffstat (limited to 'src/mint/taler-mint-httpd_db.c')
-rw-r--r-- | src/mint/taler-mint-httpd_db.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mint/taler-mint-httpd_db.c b/src/mint/taler-mint-httpd_db.c index 49c359a89..1fa42f8de 100644 --- a/src/mint/taler-mint-httpd_db.c +++ b/src/mint/taler-mint-httpd_db.c | |||
@@ -217,7 +217,8 @@ TALER_MINT_db_execute_withdraw_status (struct MHD_Connection *connection, | |||
217 | return MHD_YES; | 217 | return MHD_YES; |
218 | } | 218 | } |
219 | return TALER_MINT_reply_withdraw_status_success (connection, | 219 | return TALER_MINT_reply_withdraw_status_success (connection, |
220 | &reserve); | 220 | TALER_amount_ntoh (reserve.balance), |
221 | GNUNET_TIME_absolute_ntoh (reserve.expiration)); | ||
221 | } | 222 | } |
222 | 223 | ||
223 | 224 | ||