Commit 15649573 authored by obscuren's avatar obscuren

level db back in

parent 3c4fb01d
...@@ -58,8 +58,8 @@ type Ethereum struct { ...@@ -58,8 +58,8 @@ type Ethereum struct {
} }
func New(caps Caps, usePnp bool) (*Ethereum, error) { func New(caps Caps, usePnp bool) (*Ethereum, error) {
//db, err := ethdb.NewLDBDatabase() db, err := ethdb.NewLDBDatabase()
db, err := ethdb.NewMemDatabase() //db, err := ethdb.NewMemDatabase()
if err != nil { if err != nil {
return nil, err return nil, err
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment