run spruned by [--max-electrum-connections MAX_ELECTRUM_CONNECTIONS] params seems invalid; Maybe: https://github.com/gdassori/spruned/blob/12df1211477c569560df0a2f4160bf9d1d8afe6f/spruned/daemon/electrod/__init__.py#L55 Should Be: _`connections=ctx.max_electrum_connections,`_ Because we set max_electrum_connections at beginning here: https://github.com/gdassori/spruned/blob/12df1211477c569560df0a2f4160bf9d1d8afe6f/spruned/application/context.py#L82-L87