gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] 10/31: remove unused merchant_pub field (set directly i


From: gnunet
Subject: [taler-merchant] 10/31: remove unused merchant_pub field (set directly in serialize order phase)
Date: Thu, 18 Apr 2024 08:39:03 +0200

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

christian-blaettler pushed a commit to branch master
in repository merchant.

commit 4b21df9887459e8a2c56f597ab5a2aefa3880ef1
Author: Christian Blättler <blatc2@bfh.ch>
AuthorDate: Fri Mar 8 08:45:06 2024 +0100

    remove unused merchant_pub field (set directly in serialize order phase)
---
 src/backend/taler-merchant-httpd_private-post-orders.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/backend/taler-merchant-httpd_private-post-orders.c 
b/src/backend/taler-merchant-httpd_private-post-orders.c
index 876ca476..bea9fd51 100644
--- a/src/backend/taler-merchant-httpd_private-post-orders.c
+++ b/src/backend/taler-merchant-httpd_private-post-orders.c
@@ -330,7 +330,7 @@ struct OrderContext
      *
      * Merchant's public key
      */
-    struct TALER_MerchantPublicKeyP merchant_pub;
+    // struct TALER_MerchantPublicKeyP merchant_pub;
 
     /**
     * Gross amount value of the contract. Used to
@@ -1938,7 +1938,6 @@ parse_order (struct OrderContext *oc)
     return;
   }
 
-  oc->parse_order.merchant_pub = oc->hc->instance->merchant_pub;
   if ( (NULL != oc->parse_order.delivery_location) &&
        (! TMH_location_object_valid (oc->parse_order.delivery_location)) )
   {

-- 
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]