summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-12-10 00:55:23 +0900
committerChristian Grothoff <grothoff@gnunet.org>2023-12-10 00:55:23 +0900
commit1a9f82e0e5e85e81f3381d32730855d4c4880c56 (patch)
tree08f22a560e821c168c3dee85fda1f653f1a2cb38
parentfb84cf969877d5b23d831b30cbaac5ddfa7d3017 (diff)
downloadexchange-1a9f82e0e5e85e81f3381d32730855d4c4880c56.tar.gz
exchange-1a9f82e0e5e85e81f3381d32730855d4c4880c56.tar.bz2
exchange-1a9f82e0e5e85e81f3381d32730855d4c4880c56.zip
-also set debit threshold for admin
-rwxr-xr-xsrc/testing/taler-unified-setup.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/testing/taler-unified-setup.sh b/src/testing/taler-unified-setup.sh
index 479a125fa..958421666 100755
--- a/src/testing/taler-unified-setup.sh
+++ b/src/testing/taler-unified-setup.sh
@@ -329,6 +329,12 @@ then
-c "$CONF" \
"$AUSER" "$APASS" \
&> libeufin-bank-passwd.log
+ libeufin-bank \
+ edit-account \
+ -c "$CONF" \
+ --debit_threshold="$CURRENCY:1000000" \
+ "$AUSER" \
+ &> libeufin-bank-debit-threshold.log
echo " OK"
fi