We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5588624 commit e35fe03Copy full SHA for e35fe03
src/prover_slow.h
@@ -28,7 +28,7 @@ uint64_t GetBlock(uint64_t i, uint64_t k, uint64_t T, integer& B) {
28
auto res_vector = res.to_vector();
29
if (res_vector.size() == 0)
30
printf("ZERO! i %llu k %llu T %llu\n",i,k,T);
31
- res_vector.resize(1);
+ return 0;
32
return res_vector[0];
33
}
34
0 commit comments