Skip to content

Commit

Permalink
Update cmd/soroban-cli/src/commands/tx/mod.rs
Browse files Browse the repository at this point in the history
more detailed doc

Co-authored-by: Willem Wyndham <[email protected]>
  • Loading branch information
BlaineHeffron and willemneal authored Jul 9, 2024
1 parent 3548757 commit 330d469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/soroban-cli/src/commands/tx/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pub mod xdr;
pub enum Cmd {
/// Simulate a transaction envelope from stdin
Simulate(simulate::Cmd),
/// Calculate the hash of a transaction envelope from stdin
/// Calculate the hash of a transaction envelope from stdin and prints it as a hex string
Hash(hash::Cmd),
}

Expand Down

0 comments on commit 330d469

Please sign in to comment.