Skip to content

Commit cbe5ec3

Browse files
committed
cleanup
1 parent 2f3f616 commit cbe5ec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function calculateSHA256FromHex(hexData) {
1111
function kzgCommitmentToVersionedHash(kzgCommitment) {
1212
const kzgCommitmentHash = calculateSHA256FromHex(kzgCommitment);
1313

14-
return str = '0x01' + kzgCommitmentHash.substring(2);
14+
return '0x01' + kzgCommitmentHash.substring(2);
1515
}
1616

1717
function toQuantity(value) {

0 commit comments

Comments
 (0)