Skip to content

Commit

Permalink
test cleanup: remove reference to verify_tx_signatures_len feature (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarry authored Nov 17, 2023
1 parent a8863bd commit 3d3e7bb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions runtime/src/bank/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9669,11 +9669,8 @@ fn test_verify_and_hash_transaction_sig_len() {
mut genesis_config, ..
} = create_genesis_config_with_leader(42, &solana_sdk::pubkey::new_rand(), 42);

// activate all features but verify_tx_signatures_len
// activate all features
activate_all_features(&mut genesis_config);
genesis_config
.accounts
.remove(&feature_set::verify_tx_signatures_len::id());
let bank = Bank::new_for_tests(&genesis_config);

let recent_blockhash = Hash::new_unique();
Expand Down

0 comments on commit 3d3e7bb

Please sign in to comment.