[#172] netmap: Add ms_per_block field to NetworkInfo message

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
Leonard Lyubich 2021-09-15 11:15:50 +03:00 committed by Stanislav Bogatyrev
parent 3878a09e42
commit 2e23cb3888

View file

@ -235,4 +235,7 @@ message NetworkInfo {
// Magic number of the sidechain of the NeoFS network.
uint64 magic_number = 2 [json_name = "magicNumber"];
// MillisecondsPerBlock network parameter of the sidechain of the NeoFS network.
int64 ms_per_block = 3 [json_name = "msPerBlock"];
}