Skip to content

Commit

Permalink
Update cmd/cronosd/cmd/reindex-duplicated-tx.go
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang authored Jun 6, 2022
1 parent a7096e9 commit e605d3c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cmd/cronosd/cmd/reindex-duplicated-tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ func ReindexDuplicatedTx() *cobra.Command {
return err
}
printTxs, err := cmd.Flags().GetBool(FlagPrintTxs)
if err != nil {
return err
}

tmDB, err := openTMDB(ctx.Config, chainID)
if err != nil {
Expand Down

0 comments on commit e605d3c

Please sign in to comment.