connect to substrate using ws (#417)

This commit is contained in:
Svyatoslav Nikolsky
2020-10-14 08:19:39 +03:00
committed by Bastian Köcher
parent ede0ff8656
commit 55d22a0d1e
6 changed files with 23 additions and 13 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ macro_rules! declare_chain_options {
#[doc = "Connect to " $chain " node at given host."]
#[structopt(long)]
pub [<$chain_prefix _host>]: String,
#[doc = "Connect to " $chain " node at given port."]
#[doc = "Connect to " $chain " node websocket server at given port."]
#[structopt(long)]
pub [<$chain_prefix _port>]: u16,
}