exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 98e199c512800cc970a420b9519f225e639dc98e
parent 610fe62eec4f407313c0387702dbe33ed2b24aa4
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun,  8 Dec 2024 14:21:32 +0100

ensure master-pub is set properly in merchant configuration for the test

Diffstat:
Msrc/auditor/setup.sh | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/auditor/setup.sh b/src/auditor/setup.sh @@ -32,7 +32,8 @@ function setup() { exec 3<>"$FIFO_OUT" 4<"$FIFO_OUT" rm -rf "$FIFO_DIR" # We require '-W' for our termination logic to work. - taler-unified-setup.sh -W "$@" \ + taler-unified-setup.sh -r merchant-exchange-default \ + -W "$@" \ > >(tee taler-unified-setup.log >&3) & SETUP_PID=$! # Close FD3