mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 23:21:02 +00:00
Increase pause before messages generation start (#1126)
* increase pause before messages generation start * spelling
This commit is contained in:
committed by
Bastian Köcher
parent
7369ff9d70
commit
7730e417a8
@@ -32,7 +32,7 @@ pub mod types;
|
|||||||
/// Ethereum-over-websocket connection params.
|
/// Ethereum-over-websocket connection params.
|
||||||
#[derive(Debug, Clone)]
|
#[derive(Debug, Clone)]
|
||||||
pub struct ConnectionParams {
|
pub struct ConnectionParams {
|
||||||
/// Websocket server hostname.
|
/// Websocket server host name.
|
||||||
pub host: String,
|
pub host: String,
|
||||||
/// Websocket server TCP port.
|
/// Websocket server TCP port.
|
||||||
pub port: u16,
|
pub port: u16,
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ pub type HeaderIdOf<C> = relay_utils::HeaderId<HashOf<C>, BlockNumberOf<C>>;
|
|||||||
/// Substrate-over-websocket connection params.
|
/// Substrate-over-websocket connection params.
|
||||||
#[derive(Debug, Clone)]
|
#[derive(Debug, Clone)]
|
||||||
pub struct ConnectionParams {
|
pub struct ConnectionParams {
|
||||||
/// Websocket server hostname.
|
/// Websocket server host name.
|
||||||
pub host: String,
|
pub host: String,
|
||||||
/// Websocket server TCP port.
|
/// Websocket server TCP port.
|
||||||
pub port: u16,
|
pub port: u16,
|
||||||
|
|||||||
Reference in New Issue
Block a user