mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-07-03 11:53:41 +02:00
src/main.cpp: use base58_strip() when creating the word list.
This commit is contained in:
parent
87647ba1cd
commit
e5c096c709
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ void cmd_search(int argc, char **argv) {
|
||||||
int n = 100;
|
int n = 100;
|
||||||
n_thread_decl;
|
n_thread_decl;
|
||||||
std::string search(argv[0]);
|
std::string search(argv[0]);
|
||||||
strlist_t words = strsplitwords(strtolower(search));
|
strlist_t words = strsplitwords(strtolower(base58_strip(search)));
|
||||||
|
|
||||||
if (argc > 1) {
|
if (argc > 1) {
|
||||||
n = atoi(argv[1]);
|
n = atoi(argv[1]);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue