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 in name outputs from GUI #238

Closed JeremyRand closed 4 years ago

JeremyRand commented 4 years ago

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

Relevant strings that were grepped for in /electrum_nmc/electrum/gui/:

TxOutput(
PartialTxOutput(
.value
.value_sats
.input_value
.output_value
.get_fee
JeremyRand commented 4 years ago

This is untested and therefore is not ready to merge. It should be feature-complete though.

JeremyRand commented 4 years ago

Should be ready to merge now.

JeremyRand commented 4 years ago

Note: https://github.com/namecoin/electrum-nmc/issues/240 is out of scope for this PR; it will be addressed in a future PR.