revert #520
This commit is contained in:
@@ -1845,7 +1845,6 @@ static bool TestIfKeyExists(uint64_t key) {
|
||||
num_keys_tested += count;
|
||||
hardnested_print_progress(num_acquired_nonces, "(Test: Key found)", 0.0, 0);
|
||||
crypto1_destroy(pcs);
|
||||
pthread_mutex_destroy(&statelist_cache_mutex);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
@@ -1853,7 +1852,6 @@ static bool TestIfKeyExists(uint64_t key) {
|
||||
num_keys_tested += count;
|
||||
hardnested_print_progress(num_acquired_nonces, "(Test: Key NOT found)", 0.0, 0);
|
||||
crypto1_destroy(pcs);
|
||||
pthread_mutex_destroy(&statelist_cache_mutex);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user