From e6b13123d78c7da4fdcb2cf0e7eb5fafe1f62975 Mon Sep 17 00:00:00 2001 From: Sree Harsha Totakura Date: Wed, 18 Mar 2015 13:50:03 +0100 Subject: update reserve summary when withdraws are made through insert_collectible_blindcoin --- src/mint/taler-mint-httpd_db.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mint/taler-mint-httpd_db.c') diff --git a/src/mint/taler-mint-httpd_db.c b/src/mint/taler-mint-httpd_db.c index df68b657..c5c121d5 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); -- cgit v1.2.3