chore: state: clarify state tree versioning in comment

This commit is contained in:
Aayush Rajasekaran 2022-06-29 17:37:35 -04:00 committed by GitHub
parent 3bb7e9d113
commit 8f087c7e25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ const (
StateTreeVersion2
// StateTreeVersion3 corresponds to actors v4.
StateTreeVersion3
// StateTreeVersion4 corresponds to actors v5, v6.
// StateTreeVersion4 corresponds to actors v5 and above.
StateTreeVersion4
)