Skip to content

Commit

Permalink
Revert hasher change
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Jan 15, 2025
1 parent 479523a commit d162035
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
Expand Up @@ -2,6 +2,6 @@
// Used to run benchmarks with with visibility into hashtree performance, useful for Lodestar
import {setHasher} from "@chainsafe/persistent-merkle-tree/lib/cjs/hasher/index.js";
import {hasher} from "@chainsafe/persistent-merkle-tree/lib/cjs/hasher/hashtree.js";
// setHasher(hasher);
setHasher(hasher);

export {};

0 comments on commit d162035

Please sign in to comment.