Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Daksh <[email protected]>
  • Loading branch information
Daksh14 committed Dec 28, 2024
1 parent 9c904b3 commit 42b32d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rusk-wallet/src/bin/interactive.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ pub(crate) async fn run_loop(
match op {
Ok(ProfileOp::Run(cmd)) => {
// request confirmation before running
if confirm(&cmd, wallet)? {
if confirm(&cmd, wallet).await? {
// run command
prompt::hide_cursor()?;
let res = cmd.run(wallet, settings).await?;
Expand Down

0 comments on commit 42b32d6

Please sign in to comment.