Skip to content

Commit

Permalink
[#172] netmap: Add network configuration to NetworkInfo message
Browse files Browse the repository at this point in the history
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
  • Loading branch information
Leonard Lyubich authored and realloc committed Sep 27, 2021
1 parent e168668 commit 6ad083c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions netmap/types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -252,4 +252,7 @@ message NetworkInfo {

// MillisecondsPerBlock network parameter of the sidechain of the NeoFS network.
int64 ms_per_block = 3 [json_name = "msPerBlock"];

// NeoFS network configuration.
NetworkConfig network_config = 4 [json_name = "networkConfig"];
}

0 comments on commit 6ad083c

Please sign in to comment.