exchange

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

commit 70ff10286ba94b0dbcb880a79222ee1bc06a5aea
parent 5b58dad717f2400d152f72feed457c4516bfb01c
Author: Stefan Kügel <skuegel@web.de>
Date:   Mon, 11 Oct 2021 10:04:38 +0200

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

Diffstat:
Msrc/exchange/taler-exchange-aggregator.c | 2+-
Msrc/exchange/taler-exchange-closer.c | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/exchange/taler-exchange-aggregator.c b/src/exchange/taler-exchange-aggregator.c @@ -144,7 +144,7 @@ static struct TALER_Amount currency_round_unit; /** * What is the base URL of this exchange? Used in the - * wire transfer subjects to that merchants and governments + * wire transfer subjects so that merchants and governments * can ask for the list of aggregated deposits. */ static char *exchange_base_url; diff --git a/src/exchange/taler-exchange-closer.c b/src/exchange/taler-exchange-closer.c @@ -37,7 +37,7 @@ static struct TALER_Amount currency_round_unit; /** * What is the base URL of this exchange? Used in the - * wire transfer subjects to that merchants and governments + * wire transfer subjects so that merchants and governments * can ask for the list of aggregated deposits. */ static char *exchange_base_url;