Merge commit 'refs/pull/191/head' of github.com:bitcoindevkit/bdk
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user