Do not quit if upnp fails

This commit is contained in:
obscuren 2014-02-03 17:26:37 +01:00
parent f995f5763b
commit 9e9b7a520e
1 changed files with 0 additions and 1 deletions

View File

@ -65,7 +65,6 @@ func New(caps Caps, usePnp bool) (*Ethereum, error) {
nat, err = Discover()
if err != nil {
log.Println("UPnP failed", err)
return nil, err
}
}