gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: -fix URI construction


From: gnunet
Subject: [taler-exchange] branch master updated: -fix URI construction
Date: Tue, 23 Aug 2022 21:14:37 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 3c03c52c -fix URI construction
3c03c52c is described below

commit 3c03c52c4615feb3ffc806356397fcea24e9e687
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Aug 23 21:14:34 2022 +0200

    -fix URI construction
---
 src/bank-lib/fakebank.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bank-lib/fakebank.c b/src/bank-lib/fakebank.c
index cdd3c1d7..e13015f2 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);

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]