mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
test(ef-tests, storage): do not sync_all static files in state tests (#6914)
This commit is contained in:
@ -121,7 +121,7 @@ impl Case for BlockchainTestCase {
|
||||
.static_file_provider()
|
||||
.latest_writer(StaticFileSegment::Headers)
|
||||
.unwrap()
|
||||
.commit()
|
||||
.commit_without_sync_all()
|
||||
.unwrap();
|
||||
|
||||
// Execute the execution stage using the EVM processor factory for the test case
|
||||
|
||||
Reference in New Issue
Block a user