mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 15:00:30 +01:00
Show always bank name
This commit is contained in:
parent
abcfe202ea
commit
c970201833
1 changed files with 4 additions and 1 deletions
|
@ -38,7 +38,10 @@ public class BankUtil {
|
|||
case "CA":
|
||||
case "SE":
|
||||
case "HK":
|
||||
return false;
|
||||
// We show always the bank name as it is needed in specific banks.
|
||||
// Though that handling should be optimized in futures.
|
||||
return true;
|
||||
// return false;
|
||||
case "MX":
|
||||
case "BR":
|
||||
return true;
|
||||
|
|
Loading…
Add table
Reference in a new issue