Skip to content

2015/05/corewallet has no hdkeystore.h #4

Closed
@ghost

Description

I believe the file is missing, it should be in src/, should it not? The reference is in corewallet/corewallet_db.h:

#include "corewallet/corewallet_basics.h"
#include "corewallet/logdb.h"
#include "key.h"
#include "hdkeystore.h"

it also causes a build error, naturally:

./corewallet/corewallet_db.h:12:24: fatal error: hdkeystore.h: No such file or directory
 #include "hdkeystore.h"
                        ^
compilation terminated.
Makefile:3579: recipe for target 'corewallet/libbitcoin_corewallet_a-corewallet.o' failed

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions