B3-Coin / B3-CoinV2

B3-CoinV2
MIT License
46 stars 64 forks source link

fix for issue #48 #51

Closed despotak closed 5 years ago

despotak commented 6 years ago

Fix for issue #48

Using the 10 digits of B3 as base, I changed the rest of the units, so that you can send the same amount regardless of unit used.

SkyHyperV commented 6 years ago

I just pushed a PR -- tested the original change to only the one section as in this PR and it appears that does not fix the limit. Did you test this? I had to change the decimal switch case code as well to lower the decimal amount from 10 to 9. See my latest PR.