summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMS <ms@taler.net>2023-12-06 00:39:04 +0100
committerMS <ms@taler.net>2023-12-06 00:39:04 +0100
commitc37900158089a1dbd3cec7d2d7bf92439b29a535 (patch)
treeebc32c4b449df46db3af29ad8f3e35d29c03faca
parent0c26120d746c539f4d535afe2a871e41d74e71e6 (diff)
downloaddeployment-c37900158089a1dbd3cec7d2d7bf92439b29a535.tar.gz
deployment-c37900158089a1dbd3cec7d2d7bf92439b29a535.tar.bz2
deployment-c37900158089a1dbd3cec7d2d7bf92439b29a535.zip
fix tiny cash-in amount
-rwxr-xr-xnetzbon/config_libeufin_bank.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/netzbon/config_libeufin_bank.sh b/netzbon/config_libeufin_bank.sh
index 2fc4eb8..bd50923 100755
--- a/netzbon/config_libeufin_bank.sh
+++ b/netzbon/config_libeufin_bank.sh
@@ -115,7 +115,7 @@ curl -u "admin:${BANK_ADMIN_PASSWORD}" \
{
"cashin_ratio": "1",
"cashin_fee": "${CURRENCY}:0",
- "cashin_tiny_amount": "${CURRENCY}:0",
+ "cashin_tiny_amount": "${CURRENCY}:01",
"cashin_rounding_mode": "nearest",
"cashin_min_amount": "${FIAT_CURRENCY}:1",
"cashout_ratio": "1",