aboutsummaryrefslogtreecommitdiff
path: root/src/mint/taler-mint-httpd_db.c
diff options
context:
space:
mode:
authorSree Harsha Totakura <sreeharsha@totakura.in>2015-03-18 13:50:03 +0100
committerSree Harsha Totakura <sreeharsha@totakura.in>2015-03-18 13:50:03 +0100
commite6b13123d78c7da4fdcb2cf0e7eb5fafe1f62975 (patch)
tree25cf5f56ec26682c52097499098ce026c66bdec6 /src/mint/taler-mint-httpd_db.c
parent08958c73e8ba6ad30e98a30968077cdf55bc86e8 (diff)
downloadexchange-e6b13123d78c7da4fdcb2cf0e7eb5fafe1f62975.tar.xz
update reserve summary when withdraws are made through insert_collectible_blindcoin
Diffstat (limited to 'src/mint/taler-mint-httpd_db.c')
-rw-r--r--src/mint/taler-mint-httpd_db.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mint/taler-mint-httpd_db.c b/src/mint/taler-mint-httpd_db.c
index df68b6570..c5c121d58 100644
--- a/src/mint/taler-mint-httpd_db.c
+++ b/src/mint/taler-mint-httpd_db.c
@@ -386,6 +386,7 @@ TALER_MINT_db_execute_withdraw_sign (struct MHD_Connection *connection,
if (GNUNET_OK !=
TALER_MINT_DB_insert_collectable_blindcoin (db_conn,
&h_blind,
+ amount_required,
&collectable))
{
GNUNET_break (0);