Skip to content

Commit 187ecc1

Browse files
authored
add meta to peers info (#111)
1 parent 96876f6 commit 187ecc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cpp/wedpr-protocol/protobuf/src/NodeInfoImpl.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,5 @@ void NodeInfoImpl::toJson(Json::Value& jsonObject) const
6262
componentsInfo.append(it);
6363
}
6464
jsonObject["components"] = componentsInfo;
65+
jsonObject["meta"] = meta();
6566
}

0 commit comments

Comments
 (0)