spruned
spruned copied to clipboard
--max-electrum-connections param is invalid
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
Thanks for reporting, the fix is ongoing.