Skip to content

Commit

Permalink
Update fn name
Browse files Browse the repository at this point in the history
  • Loading branch information
elizabethengelman committed Nov 12, 2024
1 parent 39065eb commit f4783b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/soroban-cli/src/commands/contract/invoke.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,8 @@ impl Cmd {
})
}

async fn should_send_tx_with_default_account(
// uses a default account to check if the tx should be sent after the simulation
async fn should_send_after_sim(
&self,
host_function_params: InvokeContractArgs,
rpc_client: Client,
Expand Down

0 comments on commit f4783b6

Please sign in to comment.