[#172] netmap: Add network configuration to NetworkInfo message
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
e16866843b
commit
6ad083c731
1 changed files with 3 additions and 0 deletions
|
@ -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"];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue