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 21, 2023
1 parent 4d1c5ff commit 357f79d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/src/command/wallet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ pub async fn set_node_url_command(storage_path: &Path, snapshot_path: &Path, url
let password = get_password("Stronghold password", !snapshot_path.exists())?;
let wallet = unlock_wallet(storage_path, snapshot_path, password).await?;
wallet.set_client_options(ClientOptions::new().with_node(&url)?).await?;

Ok(wallet)
}

Expand Down

0 comments on commit 357f79d

Please sign in to comment.