Skip to content

Commit b531d5a

Browse files
committed
appease the linter
1 parent d79acce commit b531d5a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/proof/post_vproof_verify.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ func verifyWindowPoStVanilla(
131131
return true, nil
132132
}
133133

134+
/*
134135
// partitionFallbackPoStSectorProofs splits sector proofs into chunks of length cfg.SectorCount.
135136
func partitionFallbackPoStSectorProofs(cfg *PoStConfig, all []FallbackPoStSectorProof) ([][]FallbackPoStSectorProof, error) {
136137
partitionCount := int(math.Ceil(float64(len(all)) / float64(cfg.SectorCount)))
@@ -166,6 +167,7 @@ func partitionFallbackPoStSectorProofs(cfg *PoStConfig, all []FallbackPoStSector
166167
167168
return out, nil
168169
}
170+
*/
169171

170172
// checkCommR is the fallback post condition: comm_r = PoseidonHash2(comm_c, comm_r_last).
171173
func checkCommR(commC, commRLast, claimed PoseidonDomain) bool {

0 commit comments

Comments
 (0)