Skip to content

Commit

Permalink
Update the hasher for benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Dec 20, 2024
1 parent 5668123 commit 55d287f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setHasher.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Set the hasher to hashtree
// Used to run benchmarks with with visibility into hashtree performance, useful for Lodestar
import {setHasher} from "@chainsafe/persistent-merkle-tree";
import {hasher} from "@chainsafe/persistent-merkle-tree";
import {hasher} from "@chainsafe/persistent-merkle-tree/lib/esm/hasher/hashtree.js";
setHasher(hasher);

export {};

0 comments on commit 55d287f

Please sign in to comment.