Commit 9e9b7a52 authored by obscuren's avatar obscuren

Do not quit if upnp fails

parent f995f576
......@@ -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
}
}
......
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