Skip to content

Commit

Permalink
go/common/node: V2 descriptors are converted to V3 in deserialization
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrus committed Feb 6, 2023
1 parent 1f9a778 commit 8788bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/common/node/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const (
LatestNodeDescriptorVersion = 3

// Minimum and maximum descriptor versions that are allowed.
minNodeDescriptorVersion = 2
minNodeDescriptorVersion = 3
maxNodeDescriptorVersion = LatestNodeDescriptorVersion

nodeSoftwareVersionMaxLength = 128
Expand Down

0 comments on commit 8788bfc

Please sign in to comment.