mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-06-17 03:50:03 +02:00
key_search: refactor key_search_n() and key_search_nt() to proper names.
This commit is contained in:
parent
a4dec2e39b
commit
6dcc897fcf
5 changed files with 11 additions and 11 deletions
|
|
@ -5,7 +5,7 @@
|
|||
#include "key_search_helpers.h"
|
||||
#include "key_search.h"
|
||||
|
||||
void key_search_n(const strlist_t& word_list, size_t n) {
|
||||
void key_search(const strlist_t& word_list, size_t n) {
|
||||
|
||||
size_t count = 0;
|
||||
struct ec_keypair pair;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue