Skip to content

Commit cbd958b

Browse files
committed
chore: update nim header
1 parent 1f91fe9 commit cbd958b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/nim/nim_code/src/header.nim

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ proc prover_context_free*(ctx: ptr ProverContext): void {.importc: "prover_conte
1616

1717
proc blob_to_kzg_commitment*(ctx: ptr ProverContext,
1818
blob: pointer,
19-
outx: pointer): void {.importc: "blob_to_kzg_commitment".}
19+
outx: pointer): uint8 {.importc: "blob_to_kzg_commitment".}
2020

2121
proc compute_cells_and_kzg_proofs*(ctx: ptr ProverContext,
2222
blob: pointer,

0 commit comments

Comments
 (0)