mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-06-18 04:00:03 +02:00
key_search_mt.cpp: pass m_dict to key_search_result()
This commit is contained in:
parent
912ae83684
commit
0536b89486
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ void KeySearch::_thr_proc() {
|
|||
|
||||
// Update count and print result.
|
||||
g_count++;
|
||||
key_search_result(&pair, &res);
|
||||
key_search_result(&pair, &res, m_dict);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue