From 3bfc8e2ebdda1ba27776a745cc1f4a06f39a73d8 Mon Sep 17 00:00:00 2001 From: gerceboss Date: Sun, 11 Aug 2024 17:59:05 +0530 Subject: [PATCH] removed unnecessary changes --- .vscode/settings.json | 3 --- constantine/ethereum_eip4844_kzg.nim | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 027b61a1..00000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "remote.autoForwardPortsFallback": 0 -} \ No newline at end of file diff --git a/constantine/ethereum_eip4844_kzg.nim b/constantine/ethereum_eip4844_kzg.nim index a4627cef..99aa70a6 100644 --- a/constantine/ethereum_eip4844_kzg.nim +++ b/constantine/ethereum_eip4844_kzg.nim @@ -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]],