mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-05-20 15:30:36 -04:00
fix incorrect deposit amount for range trades
improve display of reserved and pending balances by adjusting support subtracting fee from buyer and/or seller on dispute resolution validate trade amount is within offer amount expose maker's split output tx fee expose security deposit received from buyer and seller
This commit is contained in:
parent
0294062312
commit
05e2d925f0
25 changed files with 267 additions and 91 deletions
|
@ -192,6 +192,7 @@ public class AccountAgeWitnessServiceTest {
|
|||
1,
|
||||
DisputeResult.Winner.BUYER,
|
||||
DisputeResult.Reason.OTHER.ordinal(),
|
||||
DisputeResult.SubtractFeeFrom.BUYER_ONLY,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue