Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
2501babe committed Oct 4, 2024
1 parent b7afc84 commit fc65469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svm/src/transaction_processor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ impl<FG: ForkGraph> TransactionBatchProcessor<FG> {
)?;

// If the nonce has been used in this batch already, we must drop the transaction
// This is the same as if it was used is different batches in the same slot
// This is the same as if it was used in different batches in the same slot
// If the nonce account was closed in the batch, we error as if the blockhash didn't validate
// We must vaidate the account in case it was reopened, either as a normal system account, or a fake nonce account
if let Some(ref advanced_nonce_info) = advanced_nonce {
Expand Down

0 comments on commit fc65469

Please sign in to comment.