From 3e0b272a202421379f0d4c415a4a59ff0917268e Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Fri, 22 Nov 2019 20:34:30 -0700 Subject: [PATCH] Remove edge channel hardcode --- ci/testnet-manager.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/testnet-manager.sh b/ci/testnet-manager.sh index f8c1797938..543952c029 100755 --- a/ci/testnet-manager.sh +++ b/ci/testnet-manager.sh @@ -386,7 +386,7 @@ deploy() { ( echo "--- net.sh update" set -x - time net/net.sh update -t edge --platform linux --platform osx --platform windows + time net/net.sh update -t "$CHANNEL_OR_TAG" --platform linux --platform osx --platform windows ) ;; testnet-perf)