From 217792351da49bf3c659a403459e560a375c2b67 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Mon, 14 Dec 2015 00:36:37 +0000 Subject: Tone down a bit L0 logs during daemon sync --- tests/core_proxy/core_proxy.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') 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 &blocks) { return true; } bool cleanup_handle_incoming_blocks(bool force_sync = false) { return true; } + uint64_t get_target_blockchain_height() const { return 1; } }; } -- cgit v1.2.3