good morning!!!!

Skip to content
Snippets Groups Projects
Commit 2a5a55ef authored by Jeffrey Wilcke's avatar Jeffrey Wilcke
Browse files

ethdb: accessor for LDB. TODO remove this interface

parent c850c41e
No related branches found
No related tags found
No related merge requests found
......@@ -115,3 +115,7 @@ func (self *LDBDatabase) Close() {
self.db.Close()
glog.V(logger.Error).Infoln("flushed and closed db:", self.fn)
}
func (self *LDBDatabase) LDB() *leveldb.DB {
return self.db
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment