Relocate transaction reference verification to join the other validity checks

This commit is contained in:
Michael Vines
2019-03-19 18:03:07 -07:00
parent b3cdf58e4b
commit 0dc364c17a
4 changed files with 60 additions and 2 deletions

View File

@@ -32,6 +32,7 @@ pub struct ErrorCounters {
pub blockhash_too_old: usize,
pub reserve_blockhash: usize,
pub insufficient_funds: usize,
pub invalid_account_index: usize,
pub duplicate_signature: usize,
pub call_chain_too_deep: usize,
pub missing_signature_for_fee: usize,