sigverify to identify and mark simple vote transaction

This commit is contained in:
Tao Zhu
2021-09-20 23:00:33 -05:00
committed by Justin Starry
parent f220386917
commit 198929fe8b
6 changed files with 203 additions and 27 deletions

View File

@ -25,6 +25,7 @@ pub struct Meta {
pub seed: [u8; 32],
pub slot: Slot,
pub is_tracer_tx: bool,
pub is_simple_vote_tx: bool,
}
#[derive(Clone)]