Closed Overtorment closed 4 years ago
Thanks for the issue.
According to this doc: https://github.com/kyuupichan/electrumx/blob/master/docs/protocol-methods.rst#serverversion if the server and client have no versions in common then the server should close the connection. So to deal with this issue I think EPS should close the connection if no version number is provided.
But I don't want to break things, so which client application did you use when this crash happened?
bluewallet. when do the same call to electrumx it replies with actual server version:
I guess I'll make it so that if the client doesn't provide a version we'll just assume its the latest version.