taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 9a6a761096bd2740418ccba1bec4119814829764
parent 67bb7caf90f9e089b2f1d504e4872c8abdd5b353
Author: Antoine A <>
Date:   Wed, 10 Sep 2025 18:15:53 +0200

regional: default to no minimum amount for cashin and cashout

Diffstat:
Mregional-currency/setup-libeufin.sh | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/regional-currency/setup-libeufin.sh b/regional-currency/setup-libeufin.sh @@ -125,12 +125,12 @@ curl -sS --fail-with-body \ "cashin_fee": "${CURRENCY}:0", "cashin_tiny_amount": "${CURRENCY}:0.01", "cashin_rounding_mode": "nearest", - "cashin_min_amount": "${FIAT_CURRENCY}:1", + "cashin_min_amount": "${FIAT_CURRENCY}:0", "cashout_ratio": "1", "cashout_fee": "${FIAT_CURRENCY}:0", "cashout_tiny_amount": "${FIAT_CURRENCY}:0.01", "cashout_rounding_mode": "nearest", - "cashout_min_amount": "${CURRENCY}:1" + "cashout_min_amount": "${CURRENCY}:0" } EOF fi