Adjust to renamed method

This commit is contained in:
ghubstan 2021-10-05 14:24:09 -03:00
parent 738d22fbdf
commit fae7288385
No known key found for this signature in database
GPG key ID: E35592D6800A861E

View file

@ -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) {