mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-07-03 11:53:41 +02:00
key_search.cpp: pass m_dict to key_search_result()
This commit is contained in:
parent
0536b89486
commit
757ed2956a
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ void KeySearch::_search_linear(size_t n) {
|
||||||
struct key_result res;
|
struct key_result res;
|
||||||
ec_generate_key(&pair);
|
ec_generate_key(&pair);
|
||||||
if (key_contains_word(&pair, m_words, &res)) {
|
if (key_contains_word(&pair, m_words, &res)) {
|
||||||
key_search_result(&pair, &res);
|
key_search_result(&pair, &res, m_dict);
|
||||||
count++;
|
count++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue