1
0
Fork 0
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:
Henrik Hautakoski 2020-01-30 08:19:28 +01:00
parent 8007a39c35
commit 8630f5c255
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@
#define WIF_H
#include <string>
#include "ec.h"
#include "types.h"
std::string wif_priv_encode(ec_privkey_t priv);

View file

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