Save wallet in default zcash dir

This commit is contained in:
Aditya Kulkarni
2019-09-16 16:02:53 -07:00
parent edcbafb98c
commit 3740715844
3 changed files with 15 additions and 7 deletions

View File

@@ -33,7 +33,7 @@ pub fn main() {
.value_name("server")
.help("Lightwalletd server to connect to.")
.takes_value(true)
.default_value("http://127.0.0.1:9067"))
.default_value(lightclient::DEFAULT_SERVER))
.get_matches();
let server = matches.value_of("server").map(|s| s.to_string());