pass get_reward_interval to load_accounts (#32084)

This commit is contained in:
Jeff Washington (jwash) 2023-06-13 16:49:07 -05:00 committed by GitHub
parent 9774826b08
commit 65268af497
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5082,7 +5082,7 @@ impl Bank {
&self.feature_set,
&self.fee_structure,
account_overrides,
RewardInterval::OutsideInterval,
self.get_reward_interval(),
&program_accounts_map,
&programs_loaded_for_tx_batch.borrow(),
);