mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-28 17:15:14 +01:00
SbpForm: Remove unused bank name variable declaration
This commit is contained in:
parent
0890f0eac0
commit
64e0018344
1 changed files with 1 additions and 2 deletions
|
@ -110,8 +110,7 @@ public class SbpForm extends PaymentMethodForm {
|
|||
TextField mobileNrField = addCompactTopLabelTextField(gridPane, ++gridRow, Res.get("payment.mobile"),
|
||||
SbpAccount.getMobileNumber()).second;
|
||||
mobileNrField.setMouseTransparent(false);
|
||||
TextField BankNameField = addCompactTopLabelTextField(gridPane, ++gridRow, Res.get("payment.bank.name"),
|
||||
SbpAccount.getBankName()).second;
|
||||
addCompactTopLabelTextField(gridPane, ++gridRow, Res.get("payment.bank.name"), SbpAccount.getBankName());
|
||||
final TradeCurrency singleTradeCurrency = SbpAccount.getSingleTradeCurrency();
|
||||
final String nameAndCode = singleTradeCurrency != null ? singleTradeCurrency.getNameAndCode() : "";
|
||||
addCompactTopLabelTextField(gridPane, ++gridRow, Res.get("shared.currency"),
|
||||
|
|
Loading…
Add table
Reference in a new issue