Skip to content

Commit cfc3f14

Browse files
committed
trivial fix
Signed-off-by: noelwei <[email protected]>
1 parent 3df5eaf commit cfc3f14

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

common/types/message/message.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -361,10 +361,6 @@ func (ap *OpenVMBundleProof) SanityCheck() error {
361361
if len(pf.Instances) == 0 {
362362
return errors.New("instance not ready")
363363
}
364-
365-
if len(pf.Instances) == 0 {
366-
return errors.New("proof public value not ready")
367-
}
368364
}
369365

370366
return nil

0 commit comments

Comments
 (0)