Skip to content

Commit

Permalink
bank_transaction_count_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Lichtso committed May 22, 2023
1 parent 04071f5 commit dd5c55a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions runtime/src/bank/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2663,8 +2663,7 @@ fn test_insufficient_funds() {
fn test_executed_transaction_count_post_bank_transaction_count_fix() {
let mint_amount = sol_to_lamports(1.);
let (genesis_config, mint_keypair) = create_genesis_config(mint_amount);
let mut bank = Bank::new_for_tests(&genesis_config);
bank.activate_feature(&feature_set::bank_transaction_count_fix::id());
let bank = Bank::new_for_tests(&genesis_config);
let pubkey = solana_sdk::pubkey::new_rand();
let amount = genesis_config.rent.minimum_balance(0);
bank.transfer(amount, &mint_keypair, &pubkey).unwrap();
Expand Down

0 comments on commit dd5c55a

Please sign in to comment.