aboutsummaryrefslogtreecommitdiff
path: root/tests/unit_tests
diff options
context:
space:
mode:
authorHoward Chu <hyc@symas.com>2017-08-22 14:54:18 +0100
committerHoward Chu <hyc@symas.com>2017-08-22 15:11:09 +0100
commitc22d22e2db9af50c926f623718b814d041b89c8e (patch)
tree820fc28ae0056c13debb7c92db7073d9c3890be9 /tests/unit_tests
parentToggle SAFE syncmode on and off automatically (diff)
downloadmonero-c22d22e2db9af50c926f623718b814d041b89c8e.tar.xz
Cleanup test impact of adding safesyncmode() method
Diffstat (limited to 'tests/unit_tests')
-rw-r--r--tests/unit_tests/ban.cpp1
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 ;}