aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-05-18 22:04:10 +0800
committerobscuren <geffobscura@gmail.com>2015-05-19 00:16:53 +0800
commit59c0d014189db1b85f45ef17f458bcbc20c267b2 (patch)
treec26eef2e7b9e32b6534228ad82fafbc6b258d77e /cmd
parentbc5e60cd632b7ee38eb0ea9dcd80e1ca9a4ba4af (diff)
downloaddexon-59c0d014189db1b85f45ef17f458bcbc20c267b2.tar
dexon-59c0d014189db1b85f45ef17f458bcbc20c267b2.tar.gz
dexon-59c0d014189db1b85f45ef17f458bcbc20c267b2.tar.bz2
dexon-59c0d014189db1b85f45ef17f458bcbc20c267b2.tar.lz
dexon-59c0d014189db1b85f45ef17f458bcbc20c267b2.tar.xz
dexon-59c0d014189db1b85f45ef17f458bcbc20c267b2.tar.zst
dexon-59c0d014189db1b85f45ef17f458bcbc20c267b2.zip
core: chain manager no longer exports genesis block
Diffstat (limited to 'cmd')
-rw-r--r--cmd/geth/js_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/geth/js_test.go b/cmd/geth/js_test.go
index e02e8f704..6368efbfc 100644
--- a/cmd/geth/js_test.go
+++ b/cmd/geth/js_test.go
@@ -172,6 +172,8 @@ func TestBlockChain(t *testing.T) {
tmpfile := filepath.Join(extmp, "export.chain")
tmpfileq := strconv.Quote(tmpfile)
+ ethereum.ChainManager().Reset()
+
checkEvalJSON(t, repl, `admin.export(`+tmpfileq+`)`, `true`)
if _, err := os.Stat(tmpfile); err != nil {
t.Fatal(err)