mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-18 19:28:08 -04:00
rename trade getPayoutAmount() to getPayoutAmountBeforeCost()
This commit is contained in:
parent
7bfba15109
commit
948be8ce29
5 changed files with 6 additions and 6 deletions
|
@ -223,9 +223,9 @@ public class PendingTradesViewModel extends ActivatableWithDataModel<PendingTrad
|
|||
return sellerState;
|
||||
}
|
||||
|
||||
public String getPayoutAmount() {
|
||||
public String getPayoutAmountBeforeCost() {
|
||||
return dataModel.getTrade() != null
|
||||
? HavenoUtils.formatXmr(dataModel.getTrade().getPayoutAmount(), true)
|
||||
? HavenoUtils.formatXmr(dataModel.getTrade().getPayoutAmountBeforeCost(), true)
|
||||
: "";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue