diff --git a/node/config/types.go b/node/config/types.go index dfdef5bb2..e740ea24a 100644 --- a/node/config/types.go +++ b/node/config/types.go @@ -585,7 +585,7 @@ type Chainstore struct { type Splitstore struct { // ColdStoreType specifies the type of the coldstore. - // It can be "messages" (default) to store only messages, "universal" to store all chain state or "discard" for discarding cold blocks. + // It can be "discard" (default) for discarding cold blocks, "messages" (default) to store only messages or "universal" to store all chain state.. ColdStoreType string // HotStoreType specifies the type of the hotstore. // Only currently supported value is "badger".