commit e5684a717ab88250b4a12caa67afe4b1aa51668d
parent 376dc1548dbc1cfde90c100bd55abf1de84973a8
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 31 May 2026 15:23:39 +0200
fix FTBFS
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/backend/taler-merchant-httpd_post-private-accounts-H_WIRE-kycauth.c b/src/backend/taler-merchant-httpd_post-private-accounts-H_WIRE-kycauth.c
@@ -496,11 +496,11 @@ process_keys_cb (void *cls,
acc->num_subjects = 1;
acc->subjects[0].format = TALER_BANK_SUBJECT_FORMAT_SIMPLE;
acc->expiration = GNUNET_TIME_UNIT_FOREVER_TS;
- if (NULL == keys->accounts[i].wire_transfer_gateway)
+ if (NULL == keys->accounts[i].prepared_transfer_url)
continue;
acc->brh = TALER_BANK_registration (
TMH_curl_ctx,
- keys->accounts[i].wire_transfer_gateway,
+ keys->accounts[i].prepared_transfer_url,
&kac->tiny_amount,
TALER_BANK_REGISTRATION_TYPE_KYC,
(const union TALER_AccountPublicKeyP *) &mi->merchant_pub,