Skip to content

Commit

Permalink
i
Browse files Browse the repository at this point in the history
  • Loading branch information
wjblanke committed Sep 24, 2024
1 parent 8676ae2 commit d1d43cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prover_slow.h
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ std::vector<uint8_t> ProveSlow(integer& D, form& x, uint64_t num_iterations, std
// Only if we have a shutdown path
if (shutdown_file_path!="") {
struct stat buffer;
logit(shutdown_file_path.c_str());
logit("checking stat");

if (stat (shutdown_file_path.c_str(), &buffer) != 0) {
logit("aborting");
Expand Down

0 comments on commit d1d43cc

Please sign in to comment.