mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-22 22:45:21 +01:00
Adjust to renamed method
This commit is contained in:
parent
738d22fbdf
commit
fae7288385
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ public class ClosedTradesViewModel extends ActivatableWithDataModel<ClosedTrades
|
|||
}
|
||||
|
||||
public Map<String, String> getTotalVolumeByCurrency() {
|
||||
return closedTradeUtil.getTotalVolumeByCurrencyAsStrings(dataModel.tradableList.get());
|
||||
return closedTradeUtil.getTotalVolumeByCurrencyAsString(dataModel.tradableList.get());
|
||||
}
|
||||
|
||||
public String getTotalTxFee(Coin totalTradeAmount) {
|
||||
|
|
Loading…
Add table
Reference in a new issue