Skip to content

Commit

Permalink
[nspcc-dev#172] netmap: Add ms_per_block field to NetworkInfo message
Browse files Browse the repository at this point in the history
Signed-off-by: Leonard Lyubich <[email protected]>
  • Loading branch information
Leonard Lyubich committed Sep 15, 2021
1 parent ece09a1 commit ea9906c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions netmap/types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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.
int64 ms_per_block = 3 [json_name = "msPerBlock"];
}

0 comments on commit ea9906c

Please sign in to comment.