mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-26 07:40:35 -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 holderName;
|
||||||
protected String bankName;
|
protected String bankName;
|
||||||
protected String bankId;
|
protected String bankId;
|
||||||
protected String branchId;
|
protected String branchId = "-";
|
||||||
protected String accountNr;
|
protected String accountNr;
|
||||||
|
|
||||||
@Nullable
|
@Nullable
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue