File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
test-integration/test-ledger-restore/src Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -198,10 +198,7 @@ pub fn setup_offline_validator_with_authority_override(
198198 reset_ledger : bool ,
199199 replay_authority_override : Pubkey ,
200200) -> ( TempDir , Child , IntegrationTestContext ) {
201- let accountsdb_config = AccountsDbConfig {
202- snapshot_frequency : SNAPSHOT_FREQUENCY ,
203- ..Default :: default ( )
204- } ;
201+ let accountsdb_config = AccountsDbConfig :: default ( ) ;
205202
206203 let validator_config = ValidatorConfig :: default ( ) ;
207204 let programs = resolve_programs ( programs) ;
@@ -252,7 +249,6 @@ pub fn setup_validator_with_local_remote_and_authority_override(
252249 replay_authority_override : Pubkey ,
253250) -> ( TempDir , Child , IntegrationTestContext ) {
254251 let accountsdb_config = AccountsDbConfig {
255- snapshot_frequency : SNAPSHOT_FREQUENCY ,
256252 reset : reset_ledger,
257253 ..Default :: default ( )
258254 } ;
You can’t perform that action at this time.
0 commit comments