mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: remove segment argument from increment_block (#9977)
This commit is contained in:
@ -106,7 +106,7 @@ impl Case for BlockchainTestCase {
|
||||
.static_file_provider()
|
||||
.latest_writer(StaticFileSegment::Receipts)
|
||||
.unwrap();
|
||||
receipts_writer.increment_block(StaticFileSegment::Receipts, 0).unwrap();
|
||||
receipts_writer.increment_block(0).unwrap();
|
||||
receipts_writer.commit_without_sync_all().unwrap();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user