Skip to content

Commit

Permalink
Updated naming according to comments
Browse files Browse the repository at this point in the history
  • Loading branch information
UlyanaAndrukhiv committed Aug 6, 2024
1 parent 56b1cca commit a4f0b3b
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
4 changes: 2 additions & 2 deletions protobuf/flow/entities/node_version_info.proto
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ message NodeVersionInfo {
// indexed.
uint64 node_root_block_height = 6;
// The first block that the node's version supports.
uint64 start_height = 7;
uint64 protocol_version_start_height = 7;
// The last block the node's version supports.
uint64 end_height = 8;
uint64 protocol_version_end_height = 8;
}
58 changes: 29 additions & 29 deletions protobuf/go/flow/entities/node_version_info.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a4f0b3b

Please sign in to comment.