diff --git a/bench/src/helpers.rs b/bench/src/helpers.rs index 9707c7f7..c4a6a7a4 100644 --- a/bench/src/helpers.rs +++ b/bench/src/helpers.rs @@ -62,6 +62,7 @@ impl BenchHelper { } } } + pub fn create_transaction(&self, funded_payer: &Keypair, blockhash: Hash) -> Transaction { let to_pubkey = Pubkey::new_unique();