introduce Bank::new_for_tests (#19062)
This commit is contained in:
committed by
GitHub
parent
ca14475085
commit
1ed12a07ab
@ -754,7 +754,7 @@ impl ProgramTest {
|
||||
debug!("Payer address: {}", mint_keypair.pubkey());
|
||||
debug!("Genesis config: {}", genesis_config);
|
||||
|
||||
let mut bank = Bank::new(&genesis_config);
|
||||
let mut bank = Bank::new_for_tests(&genesis_config);
|
||||
|
||||
// Add loaders
|
||||
macro_rules! add_builtin {
|
||||
|
Reference in New Issue
Block a user