Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/vdf.h
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ void repeated_square(uint64_t iterations, form f, const integer& D, const intege
form f_copy_2=f;
weso->reduce(f_copy_2);

repeated_square_original(*weso->vdfo, f_copy, D, L, actual_iterations);
repeated_square_original(*weso->vdfo, f_copy, D, L, actual_iterations, 0, NULL);
assert(f_copy==f_copy_2);
}
#endif
Expand Down
Loading