amend confusing comment

This commit is contained in:
vyzo 2021-02-26 16:40:12 +02:00
parent 842ec43c2f
commit d44719dbd3

View File

@ -39,7 +39,7 @@ func init() {
type SplitStore struct {
compacting int32
enableGC bool // TODO disabled for now, as it causes panics
enableGC bool // TODO disabled for now, as it needs testing
baseEpoch abi.ChainEpoch