We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96876f6 commit 187ecc1Copy full SHA for 187ecc1
cpp/wedpr-protocol/protobuf/src/NodeInfoImpl.cpp
@@ -62,4 +62,5 @@ void NodeInfoImpl::toJson(Json::Value& jsonObject) const
62
componentsInfo.append(it);
63
}
64
jsonObject["components"] = componentsInfo;
65
+ jsonObject["meta"] = meta();
66
0 commit comments