mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-06-18 04:00:03 +02:00
include "types.h" instead of "ec.h" where it is appropriate
This commit is contained in:
parent
8007a39c35
commit
8630f5c255
2 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@
|
|||
#define WIF_H
|
||||
|
||||
#include <string>
|
||||
#include "ec.h"
|
||||
#include "types.h"
|
||||
|
||||
std::string wif_priv_encode(ec_privkey_t priv);
|
||||
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
#define KEY_SEARCH_HELPERS_H
|
||||
|
||||
#include "string.h"
|
||||
#include "ec.h"
|
||||
#include "types.h"
|
||||
|
||||
struct key_result {
|
||||
size_t pos; // position where the word was found.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue