Skip to content

Commit 985c329

Browse files
author
Julian Ventura
committed
Fix sp1 verification caller function
1 parent 6ff55c6 commit 985c329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator/sp1/sp1.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ func VerifySp1Proof(proofBuffer []byte, elfBuffer []byte) (isVerified bool, err
3636
return isVerified, err
3737
}
3838

39-
isVerified = true
39+
isVerified = (r == 1)
4040

4141
return isVerified, err
4242
}

0 commit comments

Comments
 (0)