commit 1a9f82e0e5e85e81f3381d32730855d4c4880c56 parent fb84cf969877d5b23d831b30cbaac5ddfa7d3017 Author: Christian Grothoff <grothoff@gnunet.org> Date: Sun, 10 Dec 2023 00:55:23 +0900 -also set debit threshold for admin Diffstat:
| M | src/testing/taler-unified-setup.sh | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git 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