mirror of
https://github.com/monero-project/monero.git
synced 2025-12-22 07:10:46 -08:00
rpc: add a busy_syncing field to get_info
true if and pretty much only if new blocks are being added
This commit is contained in:
@@ -117,6 +117,8 @@ namespace cryptonote
|
||||
std::string get_peers_overview() const;
|
||||
std::pair<uint32_t, uint32_t> get_next_needed_pruning_stripe() const;
|
||||
bool needs_new_sync_connections() const;
|
||||
bool is_busy_syncing();
|
||||
|
||||
private:
|
||||
//----------------- commands handlers ----------------------------------------------
|
||||
int handle_notify_new_block(int command, NOTIFY_NEW_BLOCK::request& arg, cryptonote_connection_context& context);
|
||||
|
||||
Reference in New Issue
Block a user