From fc65469631aca0ebec85312e29826ea733ad426f Mon Sep 17 00:00:00 2001 From: hanako mumei <81144685+2501babe@users.noreply.github.com> Date: Fri, 4 Oct 2024 03:02:25 -0700 Subject: [PATCH] typo --- svm/src/transaction_processor.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svm/src/transaction_processor.rs b/svm/src/transaction_processor.rs index 00abc13f531014..4f86da239169ee 100644 --- a/svm/src/transaction_processor.rs +++ b/svm/src/transaction_processor.rs @@ -471,7 +471,7 @@ impl TransactionBatchProcessor { )?; // 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 {