Skip to content

Commit

Permalink
Remove elliptic object from VM
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny Kuzyakov committed Feb 13, 2023
1 parent 555dbf8 commit 07c66d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vm/vm.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const frozenEthers = Object.freeze({
});

// TODO: Fix freezing with ethers.
const frozenElliptic = elliptic;
const frozenElliptic = Object.freeze({});
/*Object.freeze({
version: deepFreeze(elliptic.version),
utils: deepFreeze(elliptic.utils),
Expand Down

0 comments on commit 07c66d3

Please sign in to comment.