diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-01-02 20:39:17 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-01-02 20:39:17 +0100 |
commit | 31a86ec52b7188251bf9dcfa1505c3e1ae2373cb (patch) | |
tree | d16c88080d8d6c740d9413804aff5298d56bd9bc /src/testing | |
parent | 532cfc21b43b503c34b56f86fc94df96d4fbb1f2 (diff) |
purse fees are not supported
Diffstat (limited to 'src/testing')
-rwxr-xr-x | src/testing/taler-unified-setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/taler-unified-setup.sh b/src/testing/taler-unified-setup.sh index 60c1764f6..155dff729 100755 --- 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") |