shadowmax31 / crypto_log

This is a cli-tool to log and track the Cost Basis and Capital Gain when transacting with CryptoCurrency
GNU General Public License v2.0
0 stars 0 forks source link

Add Decimal support #1

Closed shadowmax31 closed 3 years ago

shadowmax31 commented 3 years ago

Since we have to work with amounts that have many decimals (0.031235 btc), we should find a way to use the Decimal class for better accuracy;

shadowmax31 commented 3 years ago

2260b7f