mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 07:07:43 +01:00
Exclude localized name to be used in equals as it fails for users using different locales than en_US
This commit is contained in:
parent
d44823afd6
commit
75655c689d
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ import org.jetbrains.annotations.NotNull;
|
|||
@Slf4j
|
||||
public abstract class TradeCurrency implements PersistablePayload, Comparable<TradeCurrency> {
|
||||
protected final String code;
|
||||
@EqualsAndHashCode.Exclude
|
||||
protected final String name;
|
||||
|
||||
public TradeCurrency(String code, String name) {
|
||||
|
|
Loading…
Add table
Reference in a new issue