Skip to content

Commit

Permalink
fix(p2p): still fix adding youself to list
Browse files Browse the repository at this point in the history
  • Loading branch information
DEgITx committed Mar 17, 2018
1 parent 0965675 commit bfad498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/background/p2p.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const isPortReachable = require('./isPortReachable')

class p2p {
peers = []
ignoreAddresses = []
ignoreAddresses = ['127.0.0.1']
messageHandlers = {}
externalPeers = []
size = 0
Expand Down

0 comments on commit bfad498

Please sign in to comment.