Reversed back

This commit is contained in:
obscuren
2014-02-10 13:59:05 +01:00
parent 1d26ae2dea
commit 8ab6c53231
2 changed files with 15 additions and 14 deletions

View File

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