Skip to content

Commit 86d1b7e

Browse files
Update packages/util/src/constants.ts
Co-authored-by: Jochem Brouwer <[email protected]>
1 parent 7b7c7ff commit 86d1b7e

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
@@ -76,7 +76,7 @@ export const KECCAK256_RLP_RH_S =
7676
/**
7777
* Keccak-256 hash of the RLP of an empty requests hash
7878
*/
79-
export const KECCAK256_RLP_RH = hexToBytes(KECCAK256_RLP_RH_S)
79+
export const SHA256_EMPTY_RH = hexToBytes(SHA256_EMPTY_RH_S)
8080

8181
/**
8282
* RLP encoded empty string

0 commit comments

Comments
 (0)