1
0

network: replace "server" strings with ServerAddr objects

This commit is contained in:
SomberNight
2020-04-14 16:56:17 +02:00
parent ef2ff11926
commit cf1f2ba4dc
6 changed files with 172 additions and 103 deletions

View File

@@ -270,6 +270,8 @@ class AuthenticationCredentialsInvalid(AuthenticationError):
class Daemon(Logger):
network: Optional[Network]
@profiler
def __init__(self, config: SimpleConfig, fd=None, *, listen_jsonrpc=True):
Logger.__init__(self)