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/unit_tests | |
parent | Toggle SAFE syncmode on and off automatically (diff) | |
download | monero-c22d22e2db9af50c926f623718b814d041b89c8e.tar.xz |
Cleanup test impact of adding safesyncmode() method
Diffstat (limited to 'tests/unit_tests')
-rw-r--r-- | tests/unit_tests/ban.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit_tests/ban.cpp b/tests/unit_tests/ban.cpp index 627e85348..bcffc85c9 100644 --- a/tests/unit_tests/ban.cpp +++ b/tests/unit_tests/ban.cpp @@ -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 ;} |