namecoin / electrum-nmc

Namecoin port of Electrum Bitcoin client.
https://www.namecoin.org/
MIT License
29 stars 24 forks source link

Fix some constants in tests #231

Closed domob1812 closed 4 years ago

domob1812 commented 4 years ago

This fixes some constants in tests to make them pass for Namecoin. In particular, we update the expected signatures in test_bitcoin.py (the new values have been checked to verify fine with Namecoin Core), and rebrand some Lightning invoices in test_bolt11.py.

This reduces the number of test failures from six to three.

JeremyRand commented 4 years ago

Looks good to me other than the comment issues I mentioned; once those are fixed I think this can be merged.