diff options
Diffstat (limited to 'src/exchange/taler-exchange-httpd_deposit.c')
-rw-r--r-- | src/exchange/taler-exchange-httpd_deposit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exchange/taler-exchange-httpd_deposit.c b/src/exchange/taler-exchange-httpd_deposit.c index 48e1df9a..c5f98d21 100644 --- a/src/exchange/taler-exchange-httpd_deposit.c +++ b/src/exchange/taler-exchange-httpd_deposit.c @@ -203,6 +203,7 @@ deposit_transaction (void *cls, &dc->deposit->coin.coin_pub); return GNUNET_DB_STATUS_HARD_ERROR; } + TEH_METRICS_num_success[TEH_MT_SUCCESS_DEPOSIT]++; return qs; } |