Updated Electrum to recent version, and discovered that after #325 electrum rejects all the clients that dont start with version negotiaton first.
It used to be an opt-it via DROP_CLIENT_UNKNOWN env, but now its forced with no way to opt-out.
I quickly patched the production instance (basically unmerged #325), but would you be open to accept PR that reintroduces same configuration, but in 'opt out' fashion?
Updated Electrum to recent version, and discovered that after #325 electrum rejects all the clients that dont start with version negotiaton first.
It used to be an opt-it via
DROP_CLIENT_UNKNOWNenv, but now its forced with no way to opt-out.I quickly patched the production instance (basically unmerged #325), but would you be open to accept PR that reintroduces same configuration, but in 'opt out' fashion?