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

This commit is contained in:
Alekos Filini
2020-11-30 15:17:09 +01:00
7 changed files with 26 additions and 15 deletions

View File

@@ -102,6 +102,8 @@ fn main() {
None => AnyBlockchainConfig::Electrum(ElectrumBlockchainConfig {
url: matches.value_of("server").unwrap().to_string(),
socks5: matches.value_of("proxy").map(ToString::to_string),
retry: 10,
timeout: 10,
}),
};
let wallet = Arc::new(