Merge pull request #8947 from filecoin-project/arajasek-patch-2

chore: state: clarify state tree versioning in comment
This commit is contained in:
Jiaying Wang 2022-06-29 20:02:51 -04:00 committed by GitHub
commit f46cfb44b9
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
)