mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-15 01:45:32 -04:00
rename TransferWise to Wise
This commit is contained in:
parent
9b50cd7ba7
commit
a014740014
17 changed files with 57 additions and 57 deletions
|
@ -290,7 +290,7 @@ abstract class OfferBookViewModel extends ActivatableViewModel {
|
|||
if (!showAllPaymentMethods) {
|
||||
this.selectedPaymentMethod = paymentMethod;
|
||||
|
||||
// If we select TransferWise we switch to show all currencies as TransferWise supports
|
||||
// If we select Wise we switch to show all currencies as Wise supports
|
||||
// sending to most currencies.
|
||||
if (paymentMethod.getId().equals(PaymentMethod.TRANSFERWISE_ID)) {
|
||||
onSetTradeCurrency(new CryptoCurrency(GUIUtil.SHOW_ALL_FLAG, ""));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue