commit 3c03c52c4615feb3ffc806356397fcea24e9e687
parent 783d06cad64aece5af97e9f6c25e0384afd070ea
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 23 Aug 2022 21:14:34 +0200
-fix URI construction
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/bank-lib/fakebank.c b/src/bank-lib/fakebank.c
@@ -3221,7 +3221,7 @@ do_post_account_withdrawals_access (struct TALER_FAKEBANK_Handle *h,
wopids = GNUNET_STRINGS_data_to_string_alloc (&wo->wopid,
sizeof (wo->wopid));
GNUNET_asprintf (&uri,
- "taler+http://withdraw/taler-bank-integration/%s:%u/%s",
+ "taler+http://withdraw/%s:%u/taler-bank-integration/%s",
h->hostname,
(unsigned int) h->port,
wopids);