libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

commit bcf5411774eb115e339720afec7ea9c46ae699e7
parent a35ce9012f2cd6a11f850da49c5ca6a92ee4a5fc
Author: MS <ms@taler.net>
Date:   Wed, 12 Apr 2023 11:23:34 +0200

comment

Diffstat:
Mcli/tests/wire-transfer.sh | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/cli/tests/wire-transfer.sh b/cli/tests/wire-transfer.sh @@ -2,7 +2,8 @@ set -eux -# Pays the www Sandbox user, usually owned by the Exchange. +# Pays the www Sandbox user, using one reserve pub +# as the subject -- _in case_ Taler is being tested. RESERVE_PUB=$(gnunet-ecc -g1 /tmp/www &> /dev/null && gnunet-ecc -p /tmp/www) # Must match the one from launch_services.sh export LIBEUFIN_SANDBOX_DB_CONNECTION="jdbc:postgresql://localhost:5432/libeufincheck?user=$(whoami)"