Skip to content

--max-electrum-connections param is invalid #111

@brain-zhang

Description

@brain-zhang

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions