diff --git a/core/src/banking_stage.rs b/core/src/banking_stage.rs index 8753ed331f..680a493a2d 100644 --- a/core/src/banking_stage.rs +++ b/core/src/banking_stage.rs @@ -484,7 +484,7 @@ impl BankingStage { &transactions[chunk_start..chunk_end], poh, ); - trace!("process_transcations: {:?}", result); + trace!("process_transactions: {:?}", result); chunk_start = chunk_end; if let Err(Error::PohRecorderError(PohRecorderError::MaxHeightReached)) = result { info!(