exchange

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

commit 31a86ec52b7188251bf9dcfa1505c3e1ae2373cb
parent 532cfc21b43b503c34b56f86fc94df96d4fbb1f2
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue,  2 Jan 2024 20:39:17 +0100

purse fees are not supported

Diffstat:
Msrc/testing/taler-unified-setup.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/testing/taler-unified-setup.sh b/src/testing/taler-unified-setup.sh @@ -729,7 +729,7 @@ then download \ sign \ wire-fee now "$WIRE_DOMAIN" "$CURRENCY:0.01" "$CURRENCY:0.01" \ - global-fee now "$CURRENCY:0.01" "$CURRENCY:0.01" "$CURRENCY:0.01" 1h 1year 5 \ + global-fee now "$CURRENCY:0.01" "$CURRENCY:0.01" "$CURRENCY:0.0" 1h 1year 5 \ upload &> taler-exchange-offline.log echo "OK" ENABLED=$(taler-config -c "$CONF" -s "$USE_ACCOUNT" -o "ENABLE_CREDIT")