Make gen
This commit is contained in:
Phi 2023-09-19 13:21:07 +02:00
parent e5f32f288d
commit 8b77839d38
2 changed files with 2 additions and 2 deletions

View File

@ -195,7 +195,7 @@
[Chainstore.Splitstore]
# 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..
#
# type: string
# env var: LOTUS_CHAINSTORE_SPLITSTORE_COLDSTORETYPE

View File

@ -1302,7 +1302,7 @@ Submitting a smaller number of prove commits per epoch would reduce the possibil
Type: "string",
Comment: `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..`,
},
{
Name: "HotStoreType",