Skip to content

Commit

Permalink
removed placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
madMAx43v3r committed Nov 18, 2023
1 parent 34fa987 commit 84994c9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Node_verify.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -397,9 +397,6 @@ void Node::verify_vdf_task(std::shared_ptr<const ProofOfTime> proof) const noexc
{
std::lock_guard lock(vdf_mutex);

// TODO: remove temporary create/set 'verify_vdf_cpuopencl' variable when generated VNX ready
bool verify_vdf_cpuopencl = true;

const auto time_begin = vnx::get_wall_time_micros();
try {
for(int i = 0; i < 3; ++i) {
Expand Down

0 comments on commit 84994c9

Please sign in to comment.