aboutsummaryrefslogtreecommitdiffstats
path: root/ethdb
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-03-10 18:04:11 +0800
committerobscuren <geffobscura@gmail.com>2015-03-10 18:04:11 +0800
commit05c9351659e0482aeb29f80903286aefc671f0c5 (patch)
tree56132f55a3f826ce852c5d053c7e8984932e7878 /ethdb
parent0db4a0e898d09ffa7b6b1289e9a334edc0001cfa (diff)
parent80985f97da8174576ee227909035a364af2fd6c9 (diff)
downloaddexon-05c9351659e0482aeb29f80903286aefc671f0c5.tar
dexon-05c9351659e0482aeb29f80903286aefc671f0c5.tar.gz
dexon-05c9351659e0482aeb29f80903286aefc671f0c5.tar.bz2
dexon-05c9351659e0482aeb29f80903286aefc671f0c5.tar.lz
dexon-05c9351659e0482aeb29f80903286aefc671f0c5.tar.xz
dexon-05c9351659e0482aeb29f80903286aefc671f0c5.tar.zst
dexon-05c9351659e0482aeb29f80903286aefc671f0c5.zip
Merge branch 'accounts-integration' of https://github.com/fjl/go-ethereum into fjl-accounts-integration
Diffstat (limited to 'ethdb')
-rw-r--r--ethdb/database_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/ethdb/database_test.go b/ethdb/database_test.go
index 2cbaf58e0..7de30fd81 100644
--- a/ethdb/database_test.go
+++ b/ethdb/database_test.go
@@ -7,8 +7,6 @@ import (
)
func TestCompression(t *testing.T) {
- ethutil.ReadConfig("", "/tmp", "")
-
db, err := NewLDBDatabase("testdb")
if err != nil {
t.Fatal(err)