gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] branch master updated: fix tiny cash-in amount


From: gnunet
Subject: [taler-deployment] branch master updated: fix tiny cash-in amount
Date: Wed, 06 Dec 2023 00:39:07 +0100

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new c379001  fix tiny cash-in amount
c379001 is described below

commit c37900158089a1dbd3cec7d2d7bf92439b29a535
Author: MS <ms@taler.net>
AuthorDate: Wed Dec 6 00:39:04 2023 +0100

    fix tiny cash-in amount
---
 netzbon/config_libeufin_bank.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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",

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]