[#172] netmap: Add network configuration to NetworkInfo message

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
Leonard Lyubich 2021-09-15 11:25:06 +03:00 committed by Stanislav Bogatyrev
parent e16866843b
commit 6ad083c731

View file

@ -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"];
}