Skip to content

Commit

Permalink
add meta to peers info (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyjseagull authored Dec 5, 2024
1 parent 96876f6 commit 187ecc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/wedpr-protocol/protobuf/src/NodeInfoImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,5 @@ void NodeInfoImpl::toJson(Json::Value& jsonObject) const
componentsInfo.append(it);
}
jsonObject["components"] = componentsInfo;
jsonObject["meta"] = meta();
}

0 comments on commit 187ecc1

Please sign in to comment.