From 6ad083c73134d73d7b613deda28a0c1dce7e72e1 Mon Sep 17 00:00:00 2001 From: Leonard Lyubich Date: Wed, 15 Sep 2021 11:25:06 +0300 Subject: [PATCH] [#172] netmap: Add network configuration to NetworkInfo message Signed-off-by: Leonard Lyubich --- netmap/types.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/netmap/types.proto b/netmap/types.proto index 900b835..7183add 100644 --- a/netmap/types.proto +++ b/netmap/types.proto @@ -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"]; }