taler-deployment

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

commit de9f00592c8ef73b7dbc6f05bbe79d9f1c6a782d
parent c53866818cf923765b901806ad68805b1c5ca995
Author: MS <ms@taler.net>
Date:   Sun, 10 Dec 2023 17:57:21 +0100

tiny_amount-options != 0

Diffstat:
Mnetzbon/config_libeufin_bank.sh | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/netzbon/config_libeufin_bank.sh b/netzbon/config_libeufin_bank.sh @@ -115,12 +115,12 @@ curl -u "admin:${BANK_ADMIN_PASSWORD}" \ { "cashin_ratio": "1", "cashin_fee": "${CURRENCY}:0", - "cashin_tiny_amount": "${CURRENCY}:01", + "cashin_tiny_amount": "${CURRENCY}:2", "cashin_rounding_mode": "nearest", "cashin_min_amount": "${FIAT_CURRENCY}:1", "cashout_ratio": "1", "cashout_fee": "${FIAT_CURRENCY}:0", - "cashout_tiny_amount": "${FIAT_CURRENCY}:0", + "cashout_tiny_amount": "${FIAT_CURRENCY}:2", "cashout_rounding_mode": "zero", "cashout_min_amount": "${CURRENCY}:1" }