add _for_tests to new_no_wallclock_throttle (#19086)
This commit is contained in:
committed by
GitHub
parent
a9014ceceb
commit
e368f10973
@ -1072,7 +1072,7 @@ impl Bank {
|
||||
)
|
||||
}
|
||||
|
||||
pub fn new_no_wallclock_throttle(genesis_config: &GenesisConfig) -> Self {
|
||||
pub fn new_no_wallclock_throttle_for_tests(genesis_config: &GenesisConfig) -> Self {
|
||||
let mut bank = Self::new_with_paths(
|
||||
genesis_config,
|
||||
Vec::new(),
|
||||
|
Reference in New Issue
Block a user