haveno-dex / haveno

Decentralized P2P exchange platform built on Monero and Tor
https://haveno.exchange
GNU Affero General Public License v3.0
1.02k stars 113 forks source link

Inconsistent Wallet Transactions History Amounts #1247

Closed dkaparis closed 1 month ago

dkaparis commented 2 months ago

After some trades, the sum of transaction amounts in Funds->Transactions does not equal the current reported available balance.

A trade generates two transactions Multisig payout and Multisig deposit. The sum of these is not equal to the trade sum, nor the trade sum adjusted with the corresponding trade and transaction fees as reported in trade history.

In Bisq, a third transaction, Maker/Taker and tx fee is generated for a trade and there the sum of the three transactions is equal to the trade amount with trade and transaction fees added.

woodser commented 1 month ago

Opened an issue to add a column for the transaction fees: https://github.com/haveno-dex/haveno/issues/1254

woodser commented 1 month ago

Resolved by https://github.com/haveno-dex/haveno/pull/1288