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

key_search_mt.cpp: pass m_dict to key_search_result()

This commit is contained in:
Henrik Hautakoski 2020-02-17 15:14:23 +01:00
parent 912ae83684
commit 0536b89486

View file

@ -64,7 +64,7 @@ void KeySearch::_thr_proc() {
// Update count and print result. // Update count and print result.
g_count++; g_count++;
key_search_result(&pair, &res); key_search_result(&pair, &res, m_dict);
} }
} }
} }