aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 0efc03a6..9447441c 100644
--- a/src/backend/taler-merchant-httpd_post-orders-ID-pay.c
+++ b/src/backend/taler-merchant-httpd_post-orders-ID-pay.c
@@ -1523,6 +1523,8 @@ AGE_FAIL:
static void
force_keys (struct ExchangeGroup *eg)
{
+ struct PayContext *pc = eg->pc;
+
eg->tried_force_keys = true;
GNUNET_log (GNUNET_ERROR_TYPE_INFO,
"Forcing /keys download (once) as wire fees are unknown\n");
@@ -1533,8 +1535,6 @@ force_keys (struct ExchangeGroup *eg)
eg);
if (NULL == eg->fo)
{
- struct PayContext *pc = eg->pc;
-
GNUNET_break (0);
resume_pay_with_error (pc,
TALER_EC_MERCHANT_POST_ORDERS_ID_PAY_EXCHANGE_LOOKUP_FAILED,