[release/1.4.6] cmd/geth, console: fix reviewer issues
(cherry picked from commit da729e5b38
)
This commit is contained in:
@ -117,7 +117,7 @@ func exportChain(ctx *cli.Context) {
|
||||
}
|
||||
|
||||
func removeDB(ctx *cli.Context) {
|
||||
confirm, err := console.TerminalPrompter.PromptConfirm("Remove local database?")
|
||||
confirm, err := console.Stdin.PromptConfirm("Remove local database?")
|
||||
if err != nil {
|
||||
utils.Fatalf("%v", err)
|
||||
}
|
||||
|
Reference in New Issue
Block a user