Add tracer key for tracing transaction path through the network (#15732) (#15771)

(cherry picked from commit 2bee9435f3)

Co-authored-by: carllin <carl@solana.com>
This commit is contained in:
mergify[bot]
2021-03-09 04:44:16 +00:00
committed by GitHub
parent 74b13605c0
commit 58a9639810
8 changed files with 131 additions and 96 deletions

View File

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