Merge branch 'master' of github.com:kyuupichan/electrumx
This commit is contained in:
commit
e664290670
@ -35,7 +35,7 @@ class IRC(LoggedClass):
|
|||||||
self.prefix = env.coin.IRC_PREFIX
|
self.prefix = env.coin.IRC_PREFIX
|
||||||
self.nick = '{}{}'.format(self.prefix,
|
self.nick = '{}{}'.format(self.prefix,
|
||||||
env.irc_nick if env.irc_nick else
|
env.irc_nick if env.irc_nick else
|
||||||
double_sha256(env.identity.host.encode())
|
double_sha256(env.host.encode())
|
||||||
[:5].hex())
|
[:5].hex())
|
||||||
self.peer_regexp = re.compile('({}[^!]*)!'.format(self.prefix))
|
self.peer_regexp = re.compile('({}[^!]*)!'.format(self.prefix))
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user