From e41f0babfc13a18c0dd3889a6801a3e7944925c5 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 20 Dec 2023 11:11:53 +0800 Subject: -fix type --- src/backend/taler-merchant-httpd_post-orders-ID-pay.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/backend') 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", -- cgit v1.2.3