Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sieniven committed Jul 26, 2023
1 parent 60487e3 commit 858c31a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/ain-evm/src/txqueue.rs
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,8 @@ pub struct QueueTxItem {
pub gas_used: u64,
}

/// The `TransactionQueue` holds a queue of transactions and a map of account nonces.
/// The `TransactionQueueData` holds a queue of transactions with a map of the account nonces,
/// the total gas fees and the total gas used by the transactions.
/// It's used to manage and process transactions for different accounts.
///
#[derive(Debug, Default)]
Expand Down

0 comments on commit 858c31a

Please sign in to comment.