diff options
author | monero-project <sempre.amaro@gmail.com> | 2014-06-05 10:11:07 -0400 |
---|---|---|
committer | monero-project <sempre.amaro@gmail.com> | 2014-06-05 10:11:07 -0400 |
commit | 3162fcb70fa609eebfcb1cac004041fbca37a7cc (patch) | |
tree | 74041dbb25e23a7b65cc6a32d6d3489c114d8e4c /tests | |
parent | Merge pull request #23 from paybee/master (diff) | |
parent | Added static_cast to hshd.current_height (diff) | |
download | monero-3162fcb70fa609eebfcb1cac004041fbca37a7cc.tar.xz |
Merge pull request #24 from Neozaru/master
'getinfo' daemon HTTP-RPC returns 'target_height' for progress estimation
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 d5be53f1d..60f0b3c2d 100644 --- a/tests/core_proxy/core_proxy.h +++ b/tests/core_proxy/core_proxy.h @@ -41,6 +41,7 @@ namespace tests public: void on_synchronized(){} uint64_t get_current_blockchain_height(){return 1;} + void set_target_blockchain_height(uint64_t) {} bool init(const boost::program_options::variables_map& vm); bool deinit(){return true;} bool get_short_chain_history(std::list<crypto::hash>& ids); |