Skip to content

Commit

Permalink
Typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Zajkowski committed Dec 3, 2024
1 parent e8fb425 commit 916c1ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ pub fn sign_deploy_file<P: AsRef<Path>>(
output.commit()
}

/// Reads a previously-saved [`TransactionV1`] from a file, cryptographically signs it, and outputs it to a file or stdout.
/// Reads a previously-saved [`Transaction`] from a file, cryptographically signs it, and outputs it to a file or stdout.
///
/// `output` specifies the output file and corresponding overwrite behaviour, or if OutputKind::Stdout,
/// causes the `Transaction` to be printed `stdout`.
Expand Down
2 changes: 1 addition & 1 deletion src/transaction/make.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ impl ClientCommand for MakeTransaction {
undelegate::NAME => undelegate::run(matches)?,
redelegate::NAME => redelegate::run(matches)?,
change_bid_public_key::NAME => change_bid_public_key::run(matches)?,
add_reservations::NAME => cancel_reservations::run(matches)?,
add_reservations::NAME => add_reservations::run(matches)?,
cancel_reservations::NAME => cancel_reservations::run(matches)?,
invocable_entity::NAME => invocable_entity::run(matches)?,
invocable_entity_alias::NAME => invocable_entity_alias::run(matches)?,
Expand Down

0 comments on commit 916c1ce

Please sign in to comment.