summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-01-02 20:39:17 +0100
committerChristian Grothoff <christian@grothoff.org>2024-01-02 20:39:17 +0100
commit31a86ec52b7188251bf9dcfa1505c3e1ae2373cb (patch)
treed16c88080d8d6c740d9413804aff5298d56bd9bc
parent532cfc21b43b503c34b56f86fc94df96d4fbb1f2 (diff)
downloadexchange-31a86ec52b7188251bf9dcfa1505c3e1ae2373cb.tar.gz
exchange-31a86ec52b7188251bf9dcfa1505c3e1ae2373cb.tar.bz2
exchange-31a86ec52b7188251bf9dcfa1505c3e1ae2373cb.zip
purse fees are not supported
-rwxr-xr-xsrc/testing/taler-unified-setup.sh2
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")