Skip to content

Commit f8d1bd9

Browse files
Update packages/util/src/constants.ts
1 parent 7bb57aa commit f8d1bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/util/src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export const KECCAK256_RLP_S = '0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cad
6666
export const KECCAK256_RLP = hexToBytes(KECCAK256_RLP_S)
6767

6868
/**
69-
* Keccak-256 hash of the RLP of an empty requests hash
69+
* SHA-256 hash of the RLP of an empty requests hash
7070
*/
7171
export const SHA256_EMPTY_RH = sha256(new Uint8Array([0, 1, 2]))
7272

0 commit comments

Comments
 (0)