1
0
Fork 0
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:
Henrik Hautakoski 2020-01-10 10:56:32 +01:00
parent a4dec2e39b
commit 6dcc897fcf
5 changed files with 11 additions and 11 deletions

View file

@ -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;