diff options
| author | Howard Chu <hyc@symas.com> | 2017-08-22 14:54:18 +0100 |
|---|---|---|
| committer | Howard Chu <hyc@symas.com> | 2017-08-22 15:11:09 +0100 |
| commit | c22d22e2db9af50c926f623718b814d041b89c8e (patch) | |
| tree | 820fc28ae0056c13debb7c92db7073d9c3890be9 /tests/core_proxy | |
| parent | 9a859844f496158b8237bbd08ff0f608dc5a6385 (diff) | |
| download | monzero-core-c22d22e2db9af50c926f623718b814d041b89c8e.tar.gz monzero-core-c22d22e2db9af50c926f623718b814d041b89c8e.tar.xz monzero-core-c22d22e2db9af50c926f623718b814d041b89c8e.zip | |
Cleanup test impact of adding safesyncmode() method
Diffstat (limited to 'tests/core_proxy')
| -rw-r--r-- | tests/core_proxy/core_proxy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/core_proxy/core_proxy.h b/tests/core_proxy/core_proxy.h index 516d1f515..c4fb462e3 100644 --- a/tests/core_proxy/core_proxy.h +++ b/tests/core_proxy/core_proxy.h @@ -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); |
