Fixed self connect through public key discovery.

Bumped protocol version number
This commit is contained in:
obscuren
2014-02-09 23:34:33 +01:00
parent 24349bc431
commit 0de31a3898
2 changed files with 31 additions and 21 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
}