Skip to content

Commit

Permalink
improve example db name
Browse files Browse the repository at this point in the history
  • Loading branch information
coldstar1993 committed Nov 19, 2023
1 parent c4d3305 commit 5634c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/alternatives/new_standard_index_tree_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { loadTree } from './load_tree.js';
import { LeafData as CircuitLeafData, LeafData, verifyNonMembership } from "./standard_indexed_tree/verify_circuit.js";

// create a leveldb for test
let db = new Level<string, Buffer>('example-index', {valueEncoding:'buffer'});
let db = new Level<string, Buffer>('example-index-db', {valueEncoding:'buffer'});

// poseidonHasher from o1js package
let poseidonHasher = new PoseidonHasher();
Expand Down

0 comments on commit 5634c43

Please sign in to comment.