Add Bank support for "upgrade epochs" where all non-vote transactions will be rejected

This commit is contained in:
Michael Vines
2020-07-15 12:50:38 -07:00
parent fdff681bcc
commit e5d8c4383f
3 changed files with 167 additions and 3 deletions

View File

@@ -74,6 +74,7 @@ pub struct ErrorCounters {
pub invalid_account_for_fee: usize,
pub invalid_account_index: usize,
pub invalid_program_for_execution: usize,
pub not_allowed_during_cluster_maintenance: usize,
}
#[derive(Default, Debug, PartialEq, Clone)]