Included decimal precision constraint.

This commit is contained in:
scoobybejesus 2019-11-24 15:50:55 -05:00
parent e009bb94f8
commit 1ef76e3201
1 changed files with 3 additions and 0 deletions

View File

@ -43,6 +43,9 @@ the XCP or ETH transaction fee must be reflected in a separate transaction row).
* Manual adjustments may need to be made to the output files in cases, for example, * Manual adjustments may need to be made to the output files in cases, for example,
when appreciated cryptocurrency was used to make a tax-deductible charitable contribution. when appreciated cryptocurrency was used to make a tax-deductible charitable contribution.
* Precision is limited to eight decimal places. Additional digits will be stripped during
import and may cause unintended rounding issues.
## Installation ## Installation
1. `git clone https://github.com/scoobybejesus/cryptools.git` 1. `git clone https://github.com/scoobybejesus/cryptools.git`