You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: documentation/en/chain-indexer-overview-for-operators.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
-[Backfill](#backfill)
18
18
-[Backfill Timing](#backfill-timing)
19
19
-[Backfill Disk Space Requirements](#backfill-disk-space-requirements)
20
-
-[`lotus index validate-backfill` CLI tool](#lotus-shed-chainindex-validate-backfill-cli-tool)
20
+
-[`lotus index validate-backfill` CLI tool](#lotus-index-validate-backfill-cli-tool)
21
21
-[Usage](#usage)
22
22
-[Regular Checks](#regular-checks)
23
23
-[Downgrade Steps](#downgrade-steps)
@@ -233,7 +233,7 @@ The command validates the chain index entries for each epoch in the specified ra
233
233
234
234
You can learn about how to use the tool with `lotus index validate-backfill -h`.
235
235
236
-
Note: If you are using a non-standard Lotus repo directory then you can run the command with `lotus-shed -repo /path/to/lotus/repo chainindex validate-backfill ...`, or by setting the `LOTUS_REPO` environment variable.
236
+
Note: If you are using a non-standard Lotus repo directory then you can run the command with `lotus -repo /path/to/lotus/repo chainindex validate-backfill ...`, or by setting the `LOTUS_REPO` environment variable.
0 commit comments