mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 07:07:43 +01:00
When exporting trade history to CSV, users would expect to see their own transaction and trade fees listed. Maker fees are stored on the Offer, Taker fees are stored on the Trade object. The code was not properly checking whether the user was the Offer Maker or Taker, and as such the report was always displaying the Taker information for Tx and Trade fee. Therefore any trades where the user was Maker showed the wrong fees. The column title `Maker Fee` is incorrect and misleading since the user doing the export is not necessarily the Maker. We rename this column to `Trade Fee` to indicate that it is the fee the user paid for trading regardless of Maker/Taker status. Fixes #4207 |
||
---|---|---|
.. | ||
.tx | ||
src | ||
update_translations.sh |