validator restart
This commit is contained in:
committed by
Michael Vines
parent
bd633d2b81
commit
dc5c6e7cf8
@ -190,6 +190,7 @@ impl Accounts {
|
||||
Some(program) => program,
|
||||
None => {
|
||||
error_counters.account_not_found += 1;
|
||||
info!("ancestors {:?}, accouts index {:?}, id {:?}", ancestors, accounts_index, program_id);
|
||||
return Err(TransactionError::ProgramAccountNotFound);
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user