level db back in

pull/150/head
obscuren 11 years ago
parent 3c4fb01da3
commit 156495732b
  1. 4
      ethereum.go

@ -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
} }

Loading…
Cancel
Save