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/core_proxy | |
| parent | 4492317603b73ed0d1a447b7916d228bd62358fd (diff) | |
| parent | de76efe9fe08cb649de661fe1a1211cf016cab87 (diff) | |
| download | monzero-core-3162fcb70fa609eebfcb1cac004041fbca37a7cc.tar.gz monzero-core-3162fcb70fa609eebfcb1cac004041fbca37a7cc.tar.xz monzero-core-3162fcb70fa609eebfcb1cac004041fbca37a7cc.zip | |
Merge pull request #24 from Neozaru/master
'getinfo' daemon HTTP-RPC returns 'target_height' for progress estimation
Diffstat (limited to 'tests/core_proxy')
| -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); |
