Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Dec 10, 2024
1 parent 5fa9c38 commit 72c6169
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/soroban-cli/src/commands/tx/decode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ pub enum Error {
Cli(#[from] stellar_xdr::cli::decode::Error),
}

/// Command to simulate a transaction envelope via rpc
/// e.g. `cat file.txt | soroban tx simulate`
/// Decode a transaction envelope to JSON
#[derive(Debug, clap::Parser, Clone, Default)]
#[group(skip)]
pub struct Cmd {
Expand Down

0 comments on commit 72c6169

Please sign in to comment.