aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/puppeth/wizard_explorer.go
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2018-12-03 22:50:59 +0800
committerPéter Szilágyi <peterke@gmail.com>2018-12-04 18:12:40 +0800
commitd4415f5e40fbd155adb3e85e4eae5c7db7832694 (patch)
tree8488e9f090452b234a53e3dd346f2874f2bf0b57 /cmd/puppeth/wizard_explorer.go
parent8698fbabf6c7811e8eec6e84512510e9c9a4eb45 (diff)
downloadgo-tangerine-d4415f5e40fbd155adb3e85e4eae5c7db7832694.tar
go-tangerine-d4415f5e40fbd155adb3e85e4eae5c7db7832694.tar.gz
go-tangerine-d4415f5e40fbd155adb3e85e4eae5c7db7832694.tar.bz2
go-tangerine-d4415f5e40fbd155adb3e85e4eae5c7db7832694.tar.lz
go-tangerine-d4415f5e40fbd155adb3e85e4eae5c7db7832694.tar.xz
go-tangerine-d4415f5e40fbd155adb3e85e4eae5c7db7832694.tar.zst
go-tangerine-d4415f5e40fbd155adb3e85e4eae5c7db7832694.zip
cmd/puppeth: chain import/export via wizard, minor polishes
Diffstat (limited to 'cmd/puppeth/wizard_explorer.go')
-rw-r--r--cmd/puppeth/wizard_explorer.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/puppeth/wizard_explorer.go b/cmd/puppeth/wizard_explorer.go
index 413511c1c..a128fb9fb 100644
--- a/cmd/puppeth/wizard_explorer.go
+++ b/cmd/puppeth/wizard_explorer.go
@@ -100,7 +100,7 @@ func (w *wizard) deployExplorer() {
if existed {
fmt.Println()
fmt.Printf("Should the explorer be built from scratch (y/n)? (default = no)\n")
- nocache = w.readDefaultString("n") != "n"
+ nocache = w.readDefaultYesNo(false)
}
if out, err := deployExplorer(client, w.network, chain, infos, nocache); err != nil {
log.Error("Failed to deploy explorer container", "err", err)