From cfc3ec6210271ee94e890ec01c0f586fda3678a6 Mon Sep 17 00:00:00 2001 From: jdevcs Date: Wed, 29 Nov 2023 22:49:59 +0500 Subject: [PATCH] utils doc correction --- packages/web3-utils/src/hash.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/web3-utils/src/hash.ts b/packages/web3-utils/src/hash.ts index 3d8ec866d01..275752317b2 100644 --- a/packages/web3-utils/src/hash.ts +++ b/packages/web3-utils/src/hash.ts @@ -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 * ```