Skip to content

Commit

Permalink
fix state tree version comment
Browse files Browse the repository at this point in the history
Co-authored-by: Łukasz Magiera <[email protected]>
  • Loading branch information
2 people authored and bibibong committed Feb 21, 2021
1 parent ddf751b commit e3d04ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chain/types/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ type StateTreeVersion uint64
const (
// StateTreeVersion0 corresponds to actors < v2.
StateTreeVersion0 StateTreeVersion = iota
// StateTreeVersion1 corresponds to actors [v2, v3)
// StateTreeVersion1 corresponds to actors v2
StateTreeVersion1
// StateTreeVersion2 corresponds to actors >= v3.
StateTreeVersion2
Expand Down

0 comments on commit e3d04ff

Please sign in to comment.