aboutsummaryrefslogtreecommitdiff
path: root/tests/core_proxy
diff options
context:
space:
mode:
authorfluffypony <ric@spagni.net>2014-06-06 00:23:56 +0200
committerfluffypony <ric@spagni.net>2014-06-06 00:23:56 +0200
commit92ac24dc43c2afd2e5996a7c0fa82823e2f6199c (patch)
treeaea570eb3b393cfac94f7145804962f42ce2fc4b /tests/core_proxy
parente0685d412a931520766ce4e1678760c1fb06a1e2 (diff)
parent3162fcb70fa609eebfcb1cac004041fbca37a7cc (diff)
downloadmonzero-core-92ac24dc43c2afd2e5996a7c0fa82823e2f6199c.tar.gz
monzero-core-92ac24dc43c2afd2e5996a7c0fa82823e2f6199c.tar.xz
monzero-core-92ac24dc43c2afd2e5996a7c0fa82823e2f6199c.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'tests/core_proxy')
-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);