gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-anastasis] branch master updated: -insurance does not have to mat


From: gnunet
Subject: [taler-anastasis] branch master updated: -insurance does not have to match ut
Date: Fri, 15 Apr 2022 00:35:34 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new 094a8cd  -insurance does not have to match ut
094a8cd is described below

commit 094a8cde6bd65d1ff1f85e7e07b669ab566e20ab
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Apr 15 00:35:31 2022 +0200

    -insurance does not have to match ut
---
 src/backend/anastasis-httpd.c | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/src/backend/anastasis-httpd.c b/src/backend/anastasis-httpd.c
index 9b8c68e..ebfb0ae 100644
--- a/src/backend/anastasis-httpd.c
+++ b/src/backend/anastasis-httpd.c
@@ -32,11 +32,6 @@
 #include "anastasis-httpd_config.h"
 
 
-/**
- * Backlog for listen operation on unix-domain sockets.
- */
-#define UNIX_BACKLOG 500
-
 /**
  * Upload limit to the service, in megabytes.
  */
@@ -755,17 +750,6 @@ run (void *cls,
     GNUNET_SCHEDULER_shutdown ();
     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",

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]