From d88cd76ec0973e9a1e4ea8b3d8ff7fa0c0a7d8e8 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 13 Apr 2023 19:26:37 +0200 Subject: DCE --- src/cli/test_iban.sh | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/cli/test_iban.sh b/src/cli/test_iban.sh index 26c34fd..8ad83cd 100755 --- a/src/cli/test_iban.sh +++ b/src/cli/test_iban.sh @@ -126,18 +126,6 @@ function prepare_nexus_account() { echo " OK" } -# $1 = facade name, $2 = bank connection to use, $3 = bank account name -# local to Nexus -function prepare_anastasis_facade() { - echo -n "Creating facade ..." - libeufin-cli facades new-anastasis-facade \ - --currency=$CURRENCY \ - --facade-name=$1 \ - $2 $3 - echo " OK" - # No need to setup facade permissions, as the anastasis client - # is superuser at Nexus. -} # Configuration file will be edited, so we create one # from the template. -- cgit v1.2.3