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/testing/testing_api_cmd_exec_closer.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/testing/testing_api_cmd_exec_closer.c')
-rw-r--r-- | src/testing/testing_api_cmd_exec_closer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/testing_api_cmd_exec_closer.c b/src/testing/testing_api_cmd_exec_closer.c index 78369699..d604ecec 100644 --- a/src/testing/testing_api_cmd_exec_closer.c +++ b/src/testing/testing_api_cmd_exec_closer.c @@ -239,7 +239,7 @@ TALER_TESTING_cmd_exec_closer (const char *label, } /* expected amount includes fee, while our argument gives the amount _without_ the fee. So add the fee. */ - GNUNET_assert (GNUNET_OK == + GNUNET_assert (0 <= TALER_amount_add (&as->reserve_history.amount, &as->reserve_history.amount, &as->reserve_history.details.close_details. |