mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
'getinfo' daemon HTTP-RPC returns 'target_height' for progress estimations
This commit is contained in:
parent
65f4782efd
commit
7fea5645e2
6 changed files with 23 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue