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
5 changed files with 16 additions and 2 deletions

View File

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