Skip to content

Commit

Permalink
Update packages/util/src/constants.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Jochem Brouwer <[email protected]>
  • Loading branch information
spencer-tb and jochem-brouwer authored Oct 25, 2024
1 parent d9fb371 commit b1a5c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/util/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const KECCAK256_RLP_RH_S =
/**
* Keccak-256 hash of the RLP of an empty requests hash
*/
export const KECCAK256_RLP_RH = hexToBytes(KECCAK256_RLP_RH_S)
export const SHA256_EMPTY_RH = hexToBytes(SHA256_EMPTY_RH_S)

/**
* RLP encoded empty string
Expand Down

0 comments on commit b1a5c91

Please sign in to comment.