aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorNeozaru <neozaru@mailoo.org>2014-06-04 22:50:13 +0200
committerNeozaru <neozaru@mailoo.org>2014-06-04 22:50:13 +0200
commit7fea5645e2e9da312d2b02a1e22087f4b9aba1ce (patch)
tree668c6453431fc8042332ded91eb78da5315036d6 /tests
parentMerge pull request #2 from monero-project/master (diff)
downloadmonero-7fea5645e2e9da312d2b02a1e22087f4b9aba1ce.tar.xz
'getinfo' daemon HTTP-RPC returns 'target_height' for progress estimations
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 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);