Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Mar 5, 2024
1 parent 3301c68 commit beab4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/soroban-cli/src/commands/contract/invoke.rs
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ impl Cmd {
}

pub async fn run(&self, global_args: &global::Args) -> Result<(), Error> {
let res = selVjf.invoke(global_args).await?;
let res = self.invoke(global_args).await?;
println!("{res}");
Ok(())
}
Expand Down

0 comments on commit beab4dd

Please sign in to comment.