Cleanup test impact of adding safesyncmode() method

This commit is contained in:
Howard Chu 2017-08-22 14:54:18 +01:00
parent 9a859844f4
commit c22d22e2db
No known key found for this signature in database
GPG key ID: FD2A70B44AB11BA7
5 changed files with 16 additions and 2 deletions

View file

@ -43,6 +43,7 @@ class test_core
{
public:
void on_synchronized(){}
void safesyncmode(const bool){}
uint64_t get_current_blockchain_height() const {return 1;}
void set_target_blockchain_height(uint64_t) {}
bool init(const boost::program_options::variables_map& vm) {return true ;}