Add comment stating msgIndex is an experimental feature

This commit is contained in:
Shrenuj Bansal
2023-06-09 11:46:27 -05:00
parent 28951e5919
commit fc719e710f
3 changed files with 4 additions and 1 deletions
+2 -1
View File
@@ -473,7 +473,8 @@ Set to 0 to keep all mappings`,
Name: "EnableMsgIndex",
Type: "bool",
Comment: `EnableMsgIndex enables indexing of messages on chain.`,
Comment: `EXPERIMENTAL FEATURE. USE WITH CAUTION
EnableMsgIndex enables indexing of messages on chain.`,
},
},
"IndexProviderConfig": []DocField{
+1
View File
@@ -728,6 +728,7 @@ type Events struct {
}
type IndexConfig struct {
// EXPERIMENTAL FEATURE. USE WITH CAUTION
// EnableMsgIndex enables indexing of messages on chain.
EnableMsgIndex bool
}