This commit is contained in:
Steve Myers
2020-12-02 16:54:49 -08:00
parent a89dd85833
commit 2e7f98a371
3 changed files with 5 additions and 3 deletions

View File

@@ -165,7 +165,9 @@ pub struct ElectrumBlockchainConfig {
pub url: String,
/// URL of the socks5 proxy server or a Tor service
pub socks5: Option<String>,
/// Request retry count
pub retry: u8,
/// Request timeout (seconds)
pub timeout: u8,
}