commit e62a701803ff6afc384ba4cec34fd5dbf97fd290
parent 6eddb2a10c7c89ad2d2f5583a134cf3b1539b038
Author: Christian Grothoff <christian@grothoff.org>
Date: Fri, 23 Aug 2024 09:04:28 +0200
remove bad assertion
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/auditor/taler-helper-auditor-purses.c b/src/auditor/taler-helper-auditor-purses.c
@@ -955,7 +955,6 @@ handle_purse_decision (
qs = TALER_ARL_adb->delete_purse_info (TALER_ARL_adb->cls,
purse_pub);
- GNUNET_assert (GNUNET_DB_STATUS_SUCCESS_NO_RESULTS != qs);
if (qs < 0)
{
GNUNET_break (GNUNET_DB_STATUS_SOFT_ERROR == qs);