Restrict transaction fee payers to system accounts (#4198)

automerge
This commit is contained in:
Michael Vines
2019-05-24 13:06:55 -07:00
committed by Grimes
parent f56955a17c
commit 9843c3a5cb
4 changed files with 46 additions and 0 deletions

View File

@ -42,6 +42,7 @@ pub struct ErrorCounters {
pub blockhash_not_found: usize,
pub blockhash_too_old: usize,
pub reserve_blockhash: usize,
pub invalid_account_for_fee: usize,
pub insufficient_funds: usize,
pub invalid_account_index: usize,
pub duplicate_signature: usize,