hashes path

This commit is contained in:
Jack Robison 2020-06-11 19:09:09 -04:00
parent 639b1e48f5
commit 71eccdc0e3
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -83,7 +83,7 @@ class LevelDB:
self.header_mc = MerkleCache(self.merkle, self.fs_block_hashes)
path = partial(os.path.join, self.env.db_dir)
self.hashes_file = util.LogicalFile(path('meta/hashes'), 4, 16000000)
self.hashes_file = util.LogicalFile(path('hashes'), 4, 16000000)
self.headers_db = None
self.tx_count_db = None