remove mention of buckets

This commit is contained in:
Aaron Bieber 2020-02-04 19:07:17 -07:00
parent 8df9149e98
commit 414d55afdc

View File

@ -15,7 +15,7 @@ type MCStore struct {
db *diskv.Diskv
}
// NewStore creates a new MCStore instance populated with the proper buckets.
// NewStore creates a new MCStore instance.
func NewStore(path string) (*MCStore, error) {
flatTransform := func(s string) []string { return []string{} }
db := diskv.New(diskv.Options{