Update miniscript to version 1.0

This commit is contained in:
Alekos Filini
2020-07-19 19:24:05 +02:00
parent 123984e99d
commit 4a51d50e1f
4 changed files with 43 additions and 19 deletions

View File

@@ -240,7 +240,7 @@ pub fn add_global_flags<'a, 'b>(app: App<'a, 'b>) -> App<'a, 'b> {
.value_name("SERVER:PORT")
.help("Sets the Electrum server to use")
.takes_value(true)
.default_value("tn.not.fyi:55001"),
.default_value("ssl://electrum.blockstream.info:60002"),
)
.arg(
Arg::with_name("proxy")