Skip to content

Commit

Permalink
- fix panic due to double added flag
Browse files Browse the repository at this point in the history
  • Loading branch information
StrathCole committed May 14, 2024
1 parent 2c2eb7e commit 674346e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/pruning/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ Supported app-db-backend types include 'goleveldb', 'rocksdb', 'pebbledb'.`,
}

cmd.Println("successfully pruned the application root multi stores")
cmd.Flags().Uint64(server.FlagHeight, 1, `the height to begin with`)
return nil
},
}
Expand Down

0 comments on commit 674346e

Please sign in to comment.