gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: -fix type


From: gnunet
Subject: [taler-merchant] branch master updated: -fix type
Date: Wed, 20 Dec 2023 04:12:18 +0100

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

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new e41f0bab -fix type
e41f0bab is described below

commit e41f0babfc13a18c0dd3889a6801a3e7944925c5
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Wed Dec 20 11:11:53 2023 +0800

    -fix type
---
 src/backend/taler-merchant-httpd_post-orders-ID-pay.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/backend/taler-merchant-httpd_post-orders-ID-pay.c 
b/src/backend/taler-merchant-httpd_post-orders-ID-pay.c
index e263538a..d2d0fb6b 100644
--- a/src/backend/taler-merchant-httpd_post-orders-ID-pay.c
+++ b/src/backend/taler-merchant-httpd_post-orders-ID-pay.c
@@ -1646,7 +1646,7 @@ phase_batch_deposits (struct PayContext *pc)
 static void
 phase_success_response (struct PayContext *pc)
 {
-  struct GNUNET_CRYPTO_EddsaSignature sig;
+  struct TALER_MerchantSignatureP sig;
   char *pos_confirmation;
 
   /* Sign on our end (as the payment did go through, even if it may
@@ -2424,7 +2424,7 @@ phase_contract_paid (struct PayContext *pc)
   if (! unmatched)
   {
     /* Everything fine, idempotent request */
-    struct GNUNET_CRYPTO_EddsaSignature sig;
+    struct TALER_MerchantSignatureP sig;
 
     GNUNET_log (GNUNET_ERROR_TYPE_INFO,
                 "Idempotent pay request for order `%s', signing again\n",

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