Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
succceed is not a word
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines authored May 27, 2020
1 parent 2ee0c48 commit 7abdfc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ledger/src/blockstore_processor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ fn process_bank_0(
assert_eq!(bank0.slot(), 0);
let mut progress = ConfirmationProgress::new(bank0.last_blockhash());
confirm_full_slot(blockstore, bank0, opts, recyclers, &mut progress)
.expect("processing for bank 0 must succceed");
.expect("processing for bank 0 must succeed");
bank0.freeze();
Ok(())
}
Expand Down

0 comments on commit 7abdfc2

Please sign in to comment.