1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-07-04 12:03:41 +02:00

src/main.cpp: in cmd_search() n should default to 10

This commit is contained in:
Henrik Hautakoski 2020-01-15 19:39:36 +01:00
parent 8c8e586b2c
commit 2db52b9406

View file

@ -53,7 +53,7 @@ bool option_l33t = false;
void cmd_search(int argc, char **argv) { void cmd_search(int argc, char **argv) {
int n = 100; int n = 10;
n_thread_decl; n_thread_decl;
std::string input(argv[0]); std::string input(argv[0]);
KeySearch ks; KeySearch ks;