Added storage root to dump

This commit is contained in:
obscuren
2014-11-03 23:45:44 +01:00
parent c8302882c8
commit a82b89e2d5
4 changed files with 8 additions and 3 deletions

View File

@ -47,7 +47,6 @@ func (self *LDBDatabase) Get(key []byte) ([]byte, error) {
}
if self.comp {
//fmt.Println("get", dat)
return rle.Decompress(dat)
}