namecoin / electrum-nmc

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

Hide 0.01 NMC from name outputs in balance #242

Closed JeremyRand closed 4 years ago

JeremyRand commented 4 years ago

This functionality was broken by merging the PSBT refactor from upstream.

Fixes https://github.com/namecoin/electrum-nmc/issues/240

JeremyRand commented 4 years ago

Note: this doesn't actually fix the root cause of https://github.com/namecoin/electrum-nmc/issues/240 , but it fixes the symptoms with minimal changes against upstream. Fixing the root cause specified in that issue would require invasive changes against upstream, and is not currently a good use of our time.

JeremyRand commented 4 years ago

Confirmed that this is working in my test VM, will merge shortly.