commit 094a8cde6bd65d1ff1f85e7e07b669ab566e20ab
parent 0ad5ba49f525b9d112b366aa660c99a31e4fc74d
Author: Christian Grothoff <christian@grothoff.org>
Date: Fri, 15 Apr 2022 00:35:31 +0200
-insurance does not have to match ut
Diffstat:
1 file changed, 0 insertions(+), 16 deletions(-)
diff --git a/src/backend/anastasis-httpd.c b/src/backend/anastasis-httpd.c
@@ -33,11 +33,6 @@
/**
- * Backlog for listen operation on unix-domain sockets.
- */
-#define UNIX_BACKLOG 500
-
-/**
* Upload limit to the service, in megabytes.
*/
unsigned long long int AH_upload_limit_mb;
@@ -756,17 +751,6 @@ run (void *cls,
return;
}
if (GNUNET_OK !=
- TALER_amount_cmp_currency (&AH_insurance,
- &AH_annual_fee))
- {
- GNUNET_log_config_invalid (GNUNET_ERROR_TYPE_ERROR,
- "anastasis",
- "INSURANCE",
- "currency mismatch");
- GNUNET_SCHEDULER_shutdown ();
- return;
- }
- if (GNUNET_OK !=
GNUNET_CONFIGURATION_get_value_string (config,
"anastasis-merchant-backend",
"PAYMENT_BACKEND_URL",