Skip to content

Commit 11faeca

Browse files
Update packages/util/src/constants.ts
1 parent a3c8e4e commit 11faeca

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
@@ -68,7 +68,7 @@ export const KECCAK256_RLP = hexToBytes(KECCAK256_RLP_S)
6868
export const SHA256_NULL = sha256(new Uint8Array())
6969

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

0 commit comments

Comments
 (0)