Skip to content

Commit 887d41b

Browse files
committed
create descriptor based wallet by default
1 parent 3cac239 commit 887d41b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ impl BitcoinD {
194194
// the call is succesfull not in the returned value.
195195
if client_base.call::<Value>("getblockchaininfo", &[]).is_ok() {
196196
client_base
197-
.create_wallet("default", None, None, None, None, None)
197+
.create_wallet("default", None, None, None, None, Some(true))
198198
.unwrap();
199199
break Client::new(&node_url_default, Auth::CookieFile(cookie_file.clone()))
200200
.unwrap();

0 commit comments

Comments
 (0)