mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-05-13 03:52:16 -04:00
Use a dash if bank branch nr is not set
This commit is contained in:
parent
e6e8fc56fc
commit
b6408d70e4
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ public abstract class BankAccountContractData extends CountryBasedPaymentAccount
|
|||
protected String holderName;
|
||||
protected String bankName;
|
||||
protected String bankId;
|
||||
protected String branchId;
|
||||
protected String branchId = "-";
|
||||
protected String accountNr;
|
||||
|
||||
@Nullable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue