From 1ef76e3201e1b6f59d48426e99d9a1a16a4bab4f Mon Sep 17 00:00:00 2001 From: scoobybejesus Date: Sun, 24 Nov 2019 15:50:55 -0500 Subject: [PATCH] Included decimal precision constraint. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index bc727fb..83fd31c 100644 --- a/README.md +++ b/README.md @@ -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, 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 1. `git clone https://github.com/scoobybejesus/cryptools.git`