Skip to content
Snippets Groups Projects
Commit 7730e417 authored by Svyatoslav Nikolsky's avatar Svyatoslav Nikolsky Committed by Bastian Köcher
Browse files

Increase pause before messages generation start (#1126)

* increase pause before messages generation start

* spelling
parent 7369ff9d
Branches
No related merge requests found
...@@ -32,7 +32,7 @@ pub mod types; ...@@ -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>>; ...@@ -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,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment