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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -484,7 +484,7 @@ impl BankingStage {
&transactions[chunk_start..chunk_end], &transactions[chunk_start..chunk_end],
poh, poh,
); );
trace!("process_transcations: {:?}", result); trace!("process_transactions: {:?}", result);
chunk_start = chunk_end; chunk_start = chunk_end;
if let Err(Error::PohRecorderError(PohRecorderError::MaxHeightReached)) = result { if let Err(Error::PohRecorderError(PohRecorderError::MaxHeightReached)) = result {
info!( info!(