Fix joining channels with inactive relays

This commit is contained in:
2022-07-29 17:28:09 +01:00
parent 1ca6d79868
commit 75f79cf072
2 changed files with 14 additions and 13 deletions

View File

@@ -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