Skip to content

Commit

Permalink
Fixed a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Aregnaz Harutyunyan committed Dec 25, 2024
1 parent f163565 commit 9b025ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/src/transaction/automated_transaction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ pub struct AutomatedTransactionBuilder {
/// stored in the sender's account at the time the transaction executes.
pub(crate) sequence_number: Option<u64>,

/// The transaction payload, e.g., a script to execute.
/// The transaction payload to execute.
pub(crate) payload: Option<TransactionPayload>,

/// Maximal total gas to spend for this transaction.
Expand Down

0 comments on commit 9b025ac

Please sign in to comment.