Address review comments

This commit is contained in:
Fridrik Asmundsson 2023-06-01 15:38:49 +00:00
parent 4e55147895
commit e414acb1f5

View File

@ -542,8 +542,8 @@ var EvmGetBytecode = &cli.Command{
}
var EvmBackfillTxHashCmd = &cli.Command{
Name: "backfill-txhash",
Description: "Backfills the txhash.db for a number of epochs starting from a specified height",
Name: "backfill-txhash",
Usage: "Backfills the txhash.db for a number of epochs starting from a specified height",
Flags: []cli.Flag{
&cli.UintFlag{
Name: "from",