sandcastle-ng

Scripts for the deployment of Sandcastle (GNU Taler)
Log | Files | Refs | README

commit d20059fa22214f4802b5314b70a8be2f4392fd50
parent 57eaac3f0c1ed6740d8085b77373c9b556983dd2
Author: Florian Dold <florian@dold.me>
Date:   Wed, 20 May 2026 13:09:21 +0200

bump admin debt threshold

We've exceeded the existing limit on demo

Diffstat:
Mscripts/demo/setup-sandcastle.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/demo/setup-sandcastle.sh b/scripts/demo/setup-sandcastle.sh @@ -781,7 +781,7 @@ systemctl enable --now challenger-httpd.service # Set up bank -sudo -u libeufin-bank libeufin-bank edit-account admin --debit_threshold=$CURRENCY:1000000 +sudo -u libeufin-bank libeufin-bank edit-account admin --debit_threshold=$CURRENCY:10000000 sudo -u libeufin-bank libeufin-bank passwd admin $(get_credential_pw bank/admin) systemctl enable --now libeufin-bank.service