Skip to content

Commit

Permalink
removed unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gerceboss committed Aug 11, 2024
1 parent bf7dfac commit 3bfc8e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .vscode/settings.json

This file was deleted.

2 changes: 1 addition & 1 deletion constantine/ethereum_eip4844_kzg.nim
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ func verify_blob_kzg_proof*(
return result

func verify_blob_kzg_proof_batch*(
ctx: ptr EtherfdsteumKZGContext,
ctx: ptr EthereumKZGContext,
blobs: ptr UncheckedArray[Blob],
commitments_bytes: ptr UncheckedArray[array[48, byte]],
proof_bytes: ptr UncheckedArray[array[48, byte]],
Expand Down

0 comments on commit 3bfc8e2

Please sign in to comment.