Skip to content

Commit

Permalink
fix: update to use new RPC method
Browse files Browse the repository at this point in the history
  • Loading branch information
willemneal committed Jun 18, 2024
1 parent 98b4164 commit b2a075f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/soroban-cli/src/commands/tx/simulate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ impl Cmd {
tx: &Transaction,
client: &crate::rpc::Client,
) -> Result<Assembled, Error> {
Ok(client.create_assembled_transaction(tx).await?)
Ok(client.simulate_and_assemble_transaction(tx).await?)
}
}

Expand Down

0 comments on commit b2a075f

Please sign in to comment.