spruned icon indicating copy to clipboard operation
spruned copied to clipboard

--max-electrum-connections param is invalid

Open brain-zhang opened this issue 3 years ago • 1 comments

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

brain-zhang avatar Mar 25 '21 08:03 brain-zhang

Thanks for reporting, the fix is ongoing.

gdassori avatar May 17 '21 21:05 gdassori