mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-27 08:07:22 +00:00
Do not quit if upnp fails
This commit is contained in:
parent
f995f5763b
commit
9e9b7a520e
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue