Commit dde4dd3 1 parent 605d6aa commit dde4dd3 Copy full SHA for dde4dd3
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ pub(crate) fn regression_verify_seal_proof(record: &SealRegressionRecord) -> Res
125
125
r. seed ,
126
126
& r. proof ,
127
127
) ,
128
- SECTOR_SIZE_4_KIB | SECTOR_SIZE_16_KIB | SECTOR_SIZE_32_KIB => true ,
128
+ SECTOR_SIZE_4_KIB | SECTOR_SIZE_16_KIB | SECTOR_SIZE_32_KIB => Ok ( true ) ,
129
129
SECTOR_SIZE_8_MIB => verify_seal :: < SectorShape8MiB > (
130
130
& r. porep_config ,
131
131
r. comm_r ,
@@ -146,7 +146,7 @@ pub(crate) fn regression_verify_seal_proof(record: &SealRegressionRecord) -> Res
146
146
r. seed ,
147
147
& r. proof ,
148
148
) ,
149
- SECTOR_SIZE_1_GIB => true ,
149
+ SECTOR_SIZE_1_GIB => Ok ( true ) ,
150
150
SECTOR_SIZE_32_GIB => verify_seal :: < SectorShape32GiB > (
151
151
& r. porep_config ,
152
152
r. comm_r ,
You can’t perform that action at this time.
0 commit comments