commit e41f0babfc13a18c0dd3889a6801a3e7944925c5
parent 0b6fad3ccd068ef0202fed5c226e4cdeee8e967e
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Wed, 20 Dec 2023 11:11:53 +0800
-fix type
Diffstat:
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
@@ -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",