use of snowblossom.lib.trie.TrieDBRocks in project snowblossom by snowblossomcoin.
the class TrieRocksTest method setupDB.
@Before
public void setupDB() throws Exception {
File db_dir = testFolder.newFolder();
db = new TrieDBRocks(db_dir);
trie = new HashedTrie(db, true, false);
}
Aggregations