fireduck64/jelectrum

Missing count value blockchain.block.headers

HashEngineering opened this issue · 0 comments

Regarding these changes in Electrum:
spesmilo/electrum@d19ff43

The issue #30 was fixed, but there is another issue with a missing value count in the response to a blockchain.block.headers message.

In the above commit, on a particular line count is required:
spesmilo/electrum@d19ff43#diff-4e452488a453f6ab6d869a6a006bfa23457727da1354a9f7a23126fc20f9842eR589

According to this, count was added with 1.4.1
https://electrumx.readthedocs.io/en/latest/protocol-methods.html#blockchain-block-headers

This issue doesn't prevent connectivity, but shows up in the log output of the Electrum client.

There could be other issues with the latest version of software that is compatible with electrum protocol 1.4.1.