mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Merge pull request #2314
c22d22e2
Cleanup test impact of adding safesyncmode() method (Howard Chu)9a859844
Toggle SAFE syncmode on and off automatically (Howard Chu)
This commit is contained in:
commit
36b978f50e
11 changed files with 61 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue