Skip to content

Commit

Permalink
Update cli/src/command/wallet.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez authored Sep 22, 2023
1 parent 528620e commit 186bd38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/command/wallet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ pub async fn restore_command(storage_path: &Path, snapshot_path: &Path, backup_p
builder = builder.with_secret_manager(secret_manager);
}

let wallet: Wallet = builder
let wallet = builder
// Will be overwritten by the backup's value.
.with_client_options(ClientOptions::new().with_node(DEFAULT_NODE_URL)?)
.with_storage_path(storage_path.to_str().expect("invalid unicode"))
Expand Down

0 comments on commit 186bd38

Please sign in to comment.