Skip to content

Commit

Permalink
help
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Aug 9, 2024
1 parent 1b06805 commit e673f5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FULL_HELP_DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ stellar contract invoke ... -- --help

Possible values:
- `default`:
Only send transaction if simulation indicates there are ledger writes, published events, or auth required, otherwise return simulation result
Send transaction if simulation indicates there are ledger writes, published events, or auth required, otherwise return simulation result
- `no`:
Do not send transaction, return simulation result
- `yes`:
Expand Down
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 @@ -585,7 +585,7 @@ Note: The only types which aren't JSON are Bytes and BytesN, which are raw bytes

#[derive(Clone, Copy, Debug, Eq, Hash, PartialEq, ValueEnum, Default)]
pub enum Send {
/// Only send transaction if simulation indicates there are ledger writes,
/// Send transaction if simulation indicates there are ledger writes,
/// published events, or auth required, otherwise return simulation result
#[default]
Default,
Expand Down

0 comments on commit e673f5f

Please sign in to comment.