tdex-network / tdex-daemon-alpha

💰 Alpha Daemon implementation to run automated market making strategies on top of TDEX
MIT License
0 stars 2 forks source link

[CLI] improve conversion from and to satoshis #47

Open tiero opened 4 years ago

tiero commented 4 years ago

When asking the user the amount we do the conversion from and to satoshis. This leads to some errors in approximation, would be better to either a) reason in satoshi in all the CLI or b) use JSBI for mathematical operations.