From bc78d0f79e5883b16c47c4431d941ffbeea32a9d Mon Sep 17 00:00:00 2001 From: gRoussac Date: Thu, 31 Oct 2024 12:58:40 +0100 Subject: [PATCH] wrong doc --- src/transaction/put.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/transaction/put.rs b/src/transaction/put.rs index fe209e0a..814edbea 100644 --- a/src/transaction/put.rs +++ b/src/transaction/put.rs @@ -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)