[#160] netmap: Provide the ability to announce multiple addresses

Make `address` field of `netmap.NodeInfo` message repeated (with
corresponding renaming).

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
Leonard Lyubich 2021-06-23 14:53:21 +03:00 committed by Leonard Lyubich
parent 030c59ccba
commit 6846e300e7
2 changed files with 2 additions and 2 deletions

View file

@ -127,7 +127,7 @@ message NodeInfo {
bytes public_key = 1 [json_name = "publicKey"];
// Ways to connect to a node
string address = 2 [json_name = "address"];
repeated string addresses = 2 [json_name = "addresses"];
// Administrator-defined Attributes of the NeoFS Storage Node.
//