Merge commit 'refs/pull/208/head' of github.com:bitcoindevkit/bdk

This commit is contained in:
Alekos Filini
2020-12-07 11:09:40 +01:00
6 changed files with 753 additions and 623 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,
}