good morning!!!!

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

level db back in

parent 3c4fb01d
No related branches found
No related tags found
No related merge requests found
......@@ -58,8 +58,8 @@ type Ethereum struct {
}
func New(caps Caps, usePnp bool) (*Ethereum, error) {
//db, err := ethdb.NewLDBDatabase()
db, err := ethdb.NewMemDatabase()
db, err := ethdb.NewLDBDatabase()
//db, err := ethdb.NewMemDatabase()
if err != nil {
return nil, err
}
......
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