diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-04-08 23:52:01 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-04-08 23:52:01 +0200 |
commit | 84a40be0bce66cda800de7891f758a0c69afc7fa (patch) | |
tree | aff8ee61032353024cf1a8429f0804162f81085a /src/exchange/taler-exchange-httpd_recoup.c | |
parent | 1554cc310d450ee5cfbf3afd947ed8a063043254 (diff) | |
download | exchange-84a40be0bce66cda800de7891f758a0c69afc7fa.tar.gz exchange-84a40be0bce66cda800de7891f758a0c69afc7fa.tar.bz2 exchange-84a40be0bce66cda800de7891f758a0c69afc7fa.zip |
fix #6170 and rest of #6164
Diffstat (limited to 'src/exchange/taler-exchange-httpd_recoup.c')
-rw-r--r-- | src/exchange/taler-exchange-httpd_recoup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd_recoup.c b/src/exchange/taler-exchange-httpd_recoup.c index ccb75622..a3014e78 100644 --- a/src/exchange/taler-exchange-httpd_recoup.c +++ b/src/exchange/taler-exchange-httpd_recoup.c @@ -242,7 +242,7 @@ recoup_transaction (void *cls, GNUNET_log (GNUNET_ERROR_TYPE_INFO, "Recoup: coin value %s\n", TALER_amount2s (&pc->value)); - if (GNUNET_SYSERR == + if (0 > TALER_amount_subtract (&pc->amount, &pc->value, &spent)) |