diff options
author | obscuren <geffobscura@gmail.com> | 2014-11-04 06:45:44 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-11-04 06:45:44 +0800 |
commit | a82b89e2d524a9b7f758dc2d981e8af835d8cd2a (patch) | |
tree | ae3c3c3c8bdd24f1a76c455338c42635a2d1385a /ethdb | |
parent | c8302882c87afffeb7d9241060e24984a04cb8eb (diff) | |
download | go-tangerine-a82b89e2d524a9b7f758dc2d981e8af835d8cd2a.tar.gz go-tangerine-a82b89e2d524a9b7f758dc2d981e8af835d8cd2a.tar.zst go-tangerine-a82b89e2d524a9b7f758dc2d981e8af835d8cd2a.zip |
Added storage root to dump
Diffstat (limited to 'ethdb')
-rw-r--r-- | ethdb/database.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ethdb/database.go b/ethdb/database.go index a59782047..19aa83466 100644 --- a/ethdb/database.go +++ b/ethdb/database.go @@ -47,7 +47,6 @@ func (self *LDBDatabase) Get(key []byte) ([]byte, error) { } if self.comp { - //fmt.Println("get", dat) return rle.Decompress(dat) } |