Increase pause before messages generation start (#1126)

* increase pause before messages generation start

* spelling
This commit is contained in:
Svyatoslav Nikolsky
2021-09-09 12:06:41 +03:00
committed by Bastian Köcher
parent 7369ff9d70
commit 7730e417a8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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,
+1 -1
View File
@@ -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,