mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-19 23:36:00 -04:00
Use a dash if bank branch nr is not set
This commit is contained in:
parent
e6e8fc56fc
commit
b6408d70e4
@ -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…
x
Reference in New Issue
Block a user