aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/geth/main.go
diff options
context:
space:
mode:
authorBas van Kervel <bas@ethdev.com>2015-09-25 19:08:48 +0800
committerBas van Kervel <bas@ethdev.com>2015-09-25 19:08:48 +0800
commit8636f0e1c326c88bee636cc269da660e954b96b1 (patch)
tree481ed4fd4a7192cfc663415f01bc73649630a6fa /cmd/geth/main.go
parent69d86442a52fef131827771ee5fb0f2c0c24c97c (diff)
downloadgo-tangerine-8636f0e1c326c88bee636cc269da660e954b96b1.tar
go-tangerine-8636f0e1c326c88bee636cc269da660e954b96b1.tar.gz
go-tangerine-8636f0e1c326c88bee636cc269da660e954b96b1.tar.bz2
go-tangerine-8636f0e1c326c88bee636cc269da660e954b96b1.tar.lz
go-tangerine-8636f0e1c326c88bee636cc269da660e954b96b1.tar.xz
go-tangerine-8636f0e1c326c88bee636cc269da660e954b96b1.tar.zst
go-tangerine-8636f0e1c326c88bee636cc269da660e954b96b1.zip
console/history respect datadir
Diffstat (limited to 'cmd/geth/main.go')
-rw-r--r--cmd/geth/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/geth/main.go b/cmd/geth/main.go
index daffda30c..a9766b7f7 100644
--- a/cmd/geth/main.go
+++ b/cmd/geth/main.go
@@ -429,6 +429,7 @@ func attach(ctx *cli.Context) {
repl := newLightweightJSRE(
ctx.GlobalString(utils.JSpathFlag.Name),
client,
+ ctx.GlobalString(utils.DataDirFlag.Name),
true,
)