Always connect in collator protocol. (#2980)

* Always connect in collator protocol.

* Fix unused import.

* We always issue connection requests now.

* Fix stupid boolean logic with one variable.

* Fix CI.
This commit is contained in:
Robert Klotzner
2021-05-06 12:54:54 +02:00
committed by GitHub
parent 4f9e25f15b
commit 601a3781c1
2 changed files with 18 additions and 21 deletions
@@ -5,7 +5,7 @@ set -e
#shellcheck source=../common/lib.sh
. "$(dirname "${0}")/../common/lib.sh"
HEAD_BIN=./target/release/polkadot
HEAD_BIN=./artifacts/polkadot
HEAD_WS=ws://localhost:9944
RELEASE_WS=ws://localhost:9945