summaryrefslogtreecommitdiff
path: root/src/backend
diff options
context:
space:
mode:
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",