Bug Report: Manual Transfers Double-Count Fee if Net Sent Amount is Used
What is the issue?
When users upload manual transfers via CSV and subtract the fee from the sent amount (i.e., use a net value), CoinTracker still deducts the fee separately from the sending wallet. This causes the wallet to be debited for both the already-reduced send amount and the separate fee, effectively double-counting the fee.
Who is affected?
Users manually creating transfer transactions, especially via CSV, where they net the fee from the send amount and also include the fee as a separate line item.
What is the workaround?
Users should either:
  • Use the
    gross sent amount
    (equal to the received amount + fee), or
  • Omit the separate fee row if the sent amount already includes the fee.
A best practice is:
>
Sent = Received
, and the fee is handled as a separate outflow.
Keywords: transfer fee bug, CSV import, manual transactions, double-counted fee, wallet outflow issue