Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez committed Nov 1, 2023
1 parent 9607353 commit c2da899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/wallet_cli/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -976,7 +976,7 @@ async fn print_wallet_address(wallet: &Wallet) -> Result<(), Error> {
Ok(())
}

// loop on the protocol prompt
// loop on the wallet prompt
pub async fn prompt(wallet: &Wallet) -> Result<(), Error> {
let config = Config::builder()
.auto_add_history(true)
Expand Down

0 comments on commit c2da899

Please sign in to comment.