diff --git a/core/common/hostgraph.cpp b/core/common/hostgraph.cpp index c5ae56c6..ec7e758c 100644 --- a/core/common/hostgraph.cpp +++ b/core/common/hostgraph.cpp @@ -165,7 +165,7 @@ json::array_t HostGraph::getRelayTree() for (ID& root : m_children[kNullID]) { - result.push_back(toRelayTree(root, {})); + result.push_back(toRelayTree(root, {root})); } return result; }