exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 059e1ae8c1f9f9cd25fe73304ca3d1f9d1653597
parent 68d2df88f2ec0b70c3778f7f77eeb6173bd8c08b
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 16 Aug 2022 14:49:58 +0200

-no port

Diffstat:
Msrc/bank-lib/fakebank.c | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/bank-lib/fakebank.c b/src/bank-lib/fakebank.c @@ -781,9 +781,8 @@ lookup_account (struct TALER_FAKEBANK_Handle *h, account->account_name = GNUNET_strdup (name); account->receiver_name = GNUNET_strdup (receiver_name); GNUNET_asprintf (&account->payto_uri, - "payto://x-taler-bank/%s:%u/%s?receiver-name=%s", + "payto://x-taler-bank/%s/%s?receiver-name=%s", h->hostname, - (unsigned int) h->port, account->account_name, account->receiver_name); GNUNET_assert (GNUNET_OK ==