Merge pull request #862 from notlesh/add_num_nodes_known_to_dumpstate

Add numNodesKnown to llarp.admin.dumpstate RPC endpoint
pull/866/head
Jeff 5 years ago committed by GitHub
commit 03ca67e0ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -114,6 +114,7 @@ namespace llarp
{
return util::StatusObject{
{"running", true},
{"numNodesKnown", _nodedb->num_loaded()},
{"dht", _dht->impl->ExtractStatus()},
{"services", _hiddenServiceContext.ExtractStatus()},
{"exit", _exitContext.ExtractStatus()},

Loading…
Cancel
Save