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