Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{
Use: "storehouse-checkpoint-validator",
Short: "Validate registers in storehouse against checkpoint file",
Long: `Validate registers in storehouse against checkpoint file.
This command validates that all registers in the checkpoint file match the registers stored in the pebble database.
The checkpoint directory must contain a root.checkpoint file with a single trie.`,
RunE: runE,
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.