summaryrefslogtreecommitdiff
path: root/src/bank-lib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-08-23 21:14:34 +0200
committerChristian Grothoff <christian@grothoff.org>2022-08-23 21:14:34 +0200
commit3c03c52c4615feb3ffc806356397fcea24e9e687 (patch)
treec053eafbddba86828a9989f98a90b8907a101c56 /src/bank-lib
parent783d06cad64aece5af97e9f6c25e0384afd070ea (diff)
downloadexchange-3c03c52c4615feb3ffc806356397fcea24e9e687.tar.gz
exchange-3c03c52c4615feb3ffc806356397fcea24e9e687.tar.bz2
exchange-3c03c52c4615feb3ffc806356397fcea24e9e687.zip
-fix URI construction
Diffstat (limited to 'src/bank-lib')
-rw-r--r--src/bank-lib/fakebank.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bank-lib/fakebank.c b/src/bank-lib/fakebank.c
index cdd3c1d77..e13015f21 100644
--- 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);