mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-05 07:42:57 +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()
|
nat, err = Discover()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Println("UPnP failed", err)
|
log.Println("UPnP failed", err)
|
||||||
return nil, err
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue