diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2015-12-14 00:36:37 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2015-12-14 00:36:37 +0000 |
commit | 217792351da49bf3c659a403459e560a375c2b67 (patch) | |
tree | 821f8fbf11cfec18f52e6f8217df17cc870ea555 /tests | |
parent | Merge pull request #533 (diff) | |
download | monero-217792351da49bf3c659a403459e560a375c2b67.tar.xz |
Tone down a bit L0 logs during daemon sync
Diffstat (limited to 'tests')
-rw-r--r-- | tests/core_proxy/core_proxy.h | 1 |
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; } }; } |