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

@ -34,7 +34,7 @@
#include "daemon/rpc_command_executor.h"
#include "rpc/core_rpc_server_commands_defs.h"
#include "cryptonote_core/cryptonote_core.h"
#include "cryptonote_core/hardfork.h"
#include "cryptonote_basic/hardfork.h"
#include <boost/format.hpp>
#include <ctime>
#include <string>