depolymerization

wire gateway for Bitcoin/Ethereum
Log | Files | Refs | Submodules | README | LICENSE

commit 8928134bd4c424fce4a2679e0a63b8fcd3a8b1be
parent 5362e27f9b98beaae7e517639db1f848bee86e6d
Author: Antoine A <>
Date:   Tue, 22 Feb 2022 18:39:18 +0100

Fix test

Diffstat:
Mtest/common.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/common.sh b/test/common.sh @@ -362,7 +362,7 @@ function next_eth() { # Start wire-gateway in test mode function gateway() { cargo build --bin wire-gateway --release --features test &> /dev/null - target/release/wire-gateway $CONF &>> log/gateway.log & + target/release/wire-gateway -c $CONF &>> log/gateway.log & GATEWAY_PID="$!" for n in `seq 1 50`; do echo -n "."