summaryrefslogtreecommitdiff
path: root/src/backend
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-12-20 11:11:53 +0800
committerChristian Grothoff <grothoff@gnunet.org>2023-12-20 11:12:12 +0800
commite41f0babfc13a18c0dd3889a6801a3e7944925c5 (patch)
treed28c292e093012ed90e29598d6b47baac15d5e57 /src/backend
parent0b6fad3ccd068ef0202fed5c226e4cdeee8e967e (diff)
downloadmerchant-e41f0babfc13a18c0dd3889a6801a3e7944925c5.tar.gz
merchant-e41f0babfc13a18c0dd3889a6801a3e7944925c5.tar.bz2
merchant-e41f0babfc13a18c0dd3889a6801a3e7944925c5.zip
-fix type
Diffstat (limited to 'src/backend')
-rw-r--r--src/backend/taler-merchant-httpd_post-orders-ID-pay.c4
1 files 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",