aboutsummaryrefslogtreecommitdiff
path: root/tests
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
parent3a4db6346b2b1b4c3e3733d833f338d104f7da95 (diff)
downloadmonzero-core-217792351da49bf3c659a403459e560a375c2b67.tar.gz
monzero-core-217792351da49bf3c659a403459e560a375c2b67.tar.xz
monzero-core-217792351da49bf3c659a403459e560a375c2b67.zip
Tone down a bit L0 logs during daemon sync
Diffstat (limited to 'tests')
-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; }
};
}