diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-01-12 15:46:03 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-01-12 15:46:03 +0100 |
commit | fbc9aadace3d65d02bdd0dce608b0af3b9aab863 (patch) | |
tree | db450e5f6f6bb2d51e2c3e4d9e361e140b8bd11c /src | |
parent | c959961a22806d2fcb39d34d6a424950e76cc6c6 (diff) |
-it is libeufin
Diffstat (limited to 'src')
-rwxr-xr-x | src/testing/initialize_taler_system.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/testing/initialize_taler_system.sh b/src/testing/initialize_taler_system.sh index b4cbbb26..d78ad1bf 100755 --- a/src/testing/initialize_taler_system.sh +++ b/src/testing/initialize_taler_system.sh @@ -148,11 +148,11 @@ taler-exchange-httpd --version taler-merchant-httpd --version libeufin-cli --version -# euFin before the exchange, because must set +# Setup libeuFin before the exchange, because we must set # the PAYTO_URI config option (with unguessable IBAN) # before the exchange starts. -echo "Setting up euFin ..." -# reset eufin database +echo "Setting up libeufin ..." +# reset libeufin database rm -f $TALER_DB taler-bank-manage-testing $NEXUS_PORT $TALER_DB $EXCHANGE_URL $CONF echo -n "Setting up exchange ..." |