From 3eb0502c20123aeed5a3c17c390d03e4d9874e4e Mon Sep 17 00:00:00 2001 From: Antoine A <> Date: Wed, 21 Feb 2024 18:01:58 +0100 Subject: Fix regional currency script --- regional-currency/setup-exchange.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regional-currency/setup-exchange.sh b/regional-currency/setup-exchange.sh index f6e88aa..8618f07 100755 --- a/regional-currency/setup-exchange.sh +++ b/regional-currency/setup-exchange.sh @@ -193,7 +193,7 @@ if test ${DO_OFFLINE} == y; then sudo -i -u taler-exchange-offline \ taler-exchange-offline \ enable-account "${EXCHANGE_PAYTO}" \ - wire-fee now iban "${CURRENCY}":0 "${CURRENCY}":0 \ + wire-fee now x-taler-bank "${CURRENCY}":0 "${CURRENCY}":0 \ global-fee now "${CURRENCY}":0 "${CURRENCY}":0 "${CURRENCY}":0 1h 6a 0 \ upload &>> setup.log fi -- cgit v1.2.3