fix dependency: put HardFork back to cryptonote_basic, made some BlockchainDB functions virtual again to avoid missing symbols error

This commit is contained in:
kenshi84 2017-03-10 10:20:38 +09:00
parent b67877af6f
commit 7d07c64fe5
No known key found for this signature in database
GPG key ID: 2EDF47F7E1A26933
8 changed files with 10 additions and 10 deletions

View file

@ -33,7 +33,7 @@
#include "blockchain_db/lmdb/db_lmdb.h"
#include "cryptonote_basic/cryptonote_format_utils.h"
#include "cryptonote_core/hardfork.h"
#include "cryptonote_basic/hardfork.h"
using namespace cryptonote;