Skip to content

Commit

Permalink
Update packages/util/src/constants.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jochem-brouwer authored Oct 25, 2024
1 parent 7bb57aa commit f8d1bd9
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 @@ -66,7 +66,7 @@ export const KECCAK256_RLP_S = '0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cad
export const KECCAK256_RLP = hexToBytes(KECCAK256_RLP_S)

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

Expand Down

0 comments on commit f8d1bd9

Please sign in to comment.