Feathercoin-Foundation / electrum-ftc

Electrum-FTC; Feathercoin thin client. Follows upstream by rebasing FTC patches. Tags remain stable.
MIT License
10 stars 8 forks source link

Fix magic message for consistency with core #107

Closed quietnan closed 6 years ago

quietnan commented 6 years ago

magic message was inconsistent with feathercoind due to wrong consideration of its length. Described in #106 . This is now fixed.

toxeus commented 6 years ago

Thanks for your contribution! We will take a look soon :+1:

toxeus commented 6 years ago

There's a unit test failing as a consequence of your change. Please fix it.

quietnan commented 6 years ago

Done. Need to change the tests of course, as this breaks compatibility with previously signed messages.