Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Aug 9, 2024
1 parent e2a77d8 commit 48c9408
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 @@ -388,7 +388,7 @@ impl NetworkRunnable for Cmd {
(res.return_value()?, events)
} else {
let print = print::Print::new(global_args.map_or(false, |g| g.quiet));
print.infoln("Invoke simulated only because simulation identified a read-only transaction. To send invoke to network in a transaction use --send=yes.");
print.infoln("Send skipped because simulation identified a read-only invoke. Send invoke to network with `--send=yes`.");
(sim_res.results()?[0].xdr.clone(), sim_res.events()?)
};
crate::log::events(&events);
Expand Down

0 comments on commit 48c9408

Please sign in to comment.