Boot error piggybacking on BankError

This commit is contained in:
Greg Fitzgerald
2019-03-13 13:47:09 -06:00
parent 296415945a
commit 6fd0d4dcf5
2 changed files with 16 additions and 15 deletions

View File

@ -129,15 +129,9 @@ pub enum BankError {
/// the `recent_blockhash` has been discarded.
BlockhashNotFound,
/// Proof of History verification failed.
LedgerVerificationFailed,
/// The program returned an error
InstructionError(u8, InstructionError),
/// Recoding into PoH failed
RecordFailure,
/// Loader call chain too deep
CallChainTooDeep,