mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 22:11:06 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user