Skip to content

Commit e35fe03

Browse files
committed
0
1 parent 5588624 commit e35fe03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prover_slow.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ uint64_t GetBlock(uint64_t i, uint64_t k, uint64_t T, integer& B) {
2828
auto res_vector = res.to_vector();
2929
if (res_vector.size() == 0)
3030
printf("ZERO! i %llu k %llu T %llu\n",i,k,T);
31-
res_vector.resize(1);
31+
return 0;
3232
return res_vector[0];
3333
}
3434

0 commit comments

Comments
 (0)