aboutsummaryrefslogtreecommitdiff
path: root/tests/core_proxy
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2015-12-14 00:36:37 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2015-12-14 00:36:37 +0000
commit217792351da49bf3c659a403459e560a375c2b67 (patch)
tree821f8fbf11cfec18f52e6f8217df17cc870ea555 /tests/core_proxy
parentMerge pull request #533 (diff)
downloadmonero-217792351da49bf3c659a403459e560a375c2b67.tar.xz
Tone down a bit L0 logs during daemon sync
Diffstat (limited to 'tests/core_proxy')
-rw-r--r--tests/core_proxy/core_proxy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/core_proxy/core_proxy.h b/tests/core_proxy/core_proxy.h
index 54025bbf5..5dbccee1d 100644
--- a/tests/core_proxy/core_proxy.h
+++ b/tests/core_proxy/core_proxy.h
@@ -87,5 +87,6 @@ namespace tests
bool get_test_drop_download_height() {return true;}
bool prepare_handle_incoming_blocks(const std::list<cryptonote::block_complete_entry> &blocks) { return true; }
bool cleanup_handle_incoming_blocks(bool force_sync = false) { return true; }
+ uint64_t get_target_blockchain_height() const { return 1; }
};
}