Skip to content

Commit

Permalink
utils doc correction
Browse files Browse the repository at this point in the history
  • Loading branch information
jdevcs committed Nov 29, 2023
1 parent 5e9eb6b commit cfc3ec6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/web3-utils/src/hash.ts
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,6 @@ export const encodePacked = (...values: Sha3Input[]): string => {
*
* @example
* ```ts
* console.log([{ type: 'string', value: '31323334' }]);
* console.log(web3.utils.soliditySha3({ type: "string", value: "31323334" }));
* > 0xf15f8da2ad27e486d632dc37d24912f634398918d6f9913a0a0ff84e388be62b
* ```
Expand Down

0 comments on commit cfc3ec6

Please sign in to comment.