Nit: Spelling (#4025)

This commit is contained in:
Jack May
2019-04-26 16:02:37 -07:00
committed by GitHub
parent 3cf708f019
commit b912ee7fdf

View File

@ -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!(