namecoin / electrum-nmc

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

Factor out 0.01 NMC constant #251

Open JeremyRand opened 4 years ago

JeremyRand commented 4 years ago

The codebase has quite a few instances of COIN // 100 to indicate the 0.01 NMC that's locked inside name outputs. We should factor this out into a constant (probably in names.py, maybe constants.py).