Skip to content

Commit

Permalink
wrong doc
Browse files Browse the repository at this point in the history
  • Loading branch information
gRoussac committed Oct 31, 2024
1 parent 2a50f2f commit bc78d0f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/transaction/put.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@ const ALIAS: &str = "put-txn";
impl ClientCommand for PutTransaction {
const NAME: &'static str = "put-transaction";

const ABOUT: &'static str =
"Create a transaction and output it to a file or stdout. As a file, the transaction can subsequently \
be signed by other parties using the 'sign-transaction' subcommand and then sent to the network \
for execution using the 'send-transaction' subcommand";
const ABOUT: &'static str = "Create a transaction and and send it to the network for execution";

fn build(display_order: usize) -> Command {
Command::new(Self::NAME)
Expand Down

0 comments on commit bc78d0f

Please sign in to comment.