Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gRoussac committed Oct 31, 2024
1 parent bc78d0f commit 91c4327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transaction/put.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +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 and send it to the network for execution";
const ABOUT: &'static str = "Create a transaction and send it to the network for execution";

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

0 comments on commit 91c4327

Please sign in to comment.