Fix joining channels with inactive relays
This commit is contained in:
@@ -24,6 +24,8 @@ class Network:
|
||||
self.aliases = {}
|
||||
|
||||
def add_relay(self, num=None):
|
||||
# Grrrrrrrrrr
|
||||
self.last = int(self.last)
|
||||
if not num:
|
||||
num = self.last
|
||||
self.last += 1
|
||||
|
||||
Reference in New Issue
Block a user