aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ethereum.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/ethereum.go b/ethereum.go
index fa7ce9ec7..2500892f0 100644
--- a/ethereum.go
+++ b/ethereum.go
@@ -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
}
}