diff --git a/crypto/util/pow-miner.cpp b/crypto/util/pow-miner.cpp index 7d4462cf..c065fdc7 100644 --- a/crypto/util/pow-miner.cpp +++ b/crypto/util/pow-miner.cpp @@ -163,7 +163,7 @@ int main(int argc, char* const argv[]) { break; case 'w': threads = atoi(optarg); - CHECK(threads > 0 && threads <= 128); + CHECK(threads > 0 && threads <= 256); break; case 't': { int timeout = atoi(optarg);