Skip to content

Commit

Permalink
fix: import buffer based on docs
Browse files Browse the repository at this point in the history
  • Loading branch information
phanshiyu committed May 9, 2024
1 parent bee0d34 commit 7a1e2f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/utils/hashing.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { keccak256 } from "js-sha3";
import { Buffer } from "buffer/index";
import { Buffer } from "buffer/";

export type Hash = string | Buffer;
/**
Expand Down

0 comments on commit 7a1e2f7

Please sign in to comment.