diff options
| author | Riccardo Spagni <ric@spagni.net> | 2017-08-26 23:43:22 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2017-08-26 23:43:22 +0200 |
| commit | 36b978f50e668f06f16607d902be5132412d4d97 (patch) | |
| tree | 9d5fd313162a7a43e521dc2e7aff01c27e1ab768 /tests/core_proxy | |
| parent | ff0afc196e2dbbea2c6296f93314267045948362 (diff) | |
| parent | c22d22e2db9af50c926f623718b814d041b89c8e (diff) | |
| download | monzero-core-36b978f50e668f06f16607d902be5132412d4d97.tar.gz monzero-core-36b978f50e668f06f16607d902be5132412d4d97.tar.xz monzero-core-36b978f50e668f06f16607d902be5132412d4d97.zip | |
Merge pull request #2314
c22d22e2 Cleanup test impact of adding safesyncmode() method (Howard Chu)
9a859844 Toggle SAFE syncmode on and off automatically (Howard Chu)
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); |
