Skip to content

Commit

Permalink
go back to bpf_loader instead of bpf_loader_upgradeable for banks_cli…
Browse files Browse the repository at this point in the history
…ent_benchmark (#40)
  • Loading branch information
kevinheavey authored Mar 27, 2024
1 parent 124d7c0 commit c7c7613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benches/banks_client_comparison.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ fn add_program(bytes: &[u8], program_id: Pubkey, pt: &mut solana_program_test::P
Account {
lamports: Rent::default().minimum_balance(bytes.len()).max(1),
data: bytes.to_vec(),
owner: solana_sdk::bpf_loader_upgradeable::id(),
owner: solana_sdk::bpf_loader::id(),
executable: true,
rent_epoch: 0,
},
Expand Down

0 comments on commit c7c7613

Please sign in to comment.