exchange

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

commit 37e4d6abc0a1ce496b4c7930725be789349c7afd
parent e7a67dfbb515c71e9fbefe9e30ec1a2e017adf38
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Sun, 27 Aug 2023 14:06:34 +0200

Merge branch 'master' of git+ssh://git.taler.net/exchange

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

diff --git a/src/bank-lib/fakebank.c b/src/bank-lib/fakebank.c @@ -2595,7 +2595,8 @@ handle_credit_history (struct TALER_FAKEBANK_Handle *h, } /* FIXME: was simply: acc->payto_uri -- same!? */ GNUNET_asprintf (&hc->payto_uri, - "payto://x-taler-bank/localhost/%s?receiver-name=%s", + "payto://x-taler-bank/%s/%s?receiver-name=%s", + h->hostname, account, hc->acc->receiver_name); GNUNET_assert (0 == strcmp (hc->payto_uri,