commit 4b21df9887459e8a2c56f597ab5a2aefa3880ef1 parent 1261d9053ca1971c6d3f99adbe51d64d93b02d1b Author: Christian Blättler <blatc2@bfh.ch> Date: Fri, 8 Mar 2024 08:45:06 +0100 remove unused merchant_pub field (set directly in serialize order phase) Diffstat:
| M | 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 @@ -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)) ) {