Permit to not set timeout in ElectrumBlockchainConfig

Allowing to use socks5 which requires None timeout
This commit is contained in:
Riccardo Casatta
2021-01-11 11:37:34 +01:00
parent 8510b2b86e
commit 2b669afd3e
2 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ rand = "^0.7"
# Optional dependencies
sled = { version = "0.34", optional = true }
electrum-client = { version = "0.4.0-beta.1", optional = true }
electrum-client = { version = "0.5.0-beta.1", optional = true }
reqwest = { version = "0.10", optional = true, features = ["json"] }
futures = { version = "0.3", optional = true }
async-trait = { version = "0.1", optional = true }