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.
#[derive(Debug, Clone)]
pub struct ConnectionParams {
/// Websocket server hostname.
/// Websocket server host name.
pub host: String,
/// Websocket server TCP port.
pub port: u16,