Skip to content

Commit 188fa77

Browse files
authored
Update operator/sp1/sp1.go
1 parent cd33150 commit 188fa77

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

operator/sp1/sp1.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ func VerifySp1Proof(proofBuffer []byte, publicInputsBuffer []byte, elfBuffer []b
2929
}()
3030

3131
proofPtr := (*C.uchar)(unsafe.Pointer(&proofBuffer[0]))
32-
//publicInputsPtr := (*C.uchar)(unsafe.Pointer(&publicInputsBuffer[0]))
3332
elfPtr := (*C.uchar)(unsafe.Pointer(&elfBuffer[0]))
3433

3534
r := (C.int32_t)(0)

0 commit comments

Comments
 (0)