mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Exclude mostRecentAddress from EqualsAndHashCode
The getter was called by EqualsAndHashCode which throws an exception as it is is not intended to get used anymore. Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
This commit is contained in:
parent
df6fe57423
commit
93ba24aabb
@ -54,6 +54,7 @@ public class BurningManCandidate {
|
|||||||
// trade protocol. We use the legacyMostRecentAddress until the activation date where we
|
// trade protocol. We use the legacyMostRecentAddress until the activation date where we
|
||||||
// enforce the version by the filter to ensure users have updated.
|
// enforce the version by the filter to ensure users have updated.
|
||||||
// See: https://github.com/bisq-network/bisq/issues/6699
|
// See: https://github.com/bisq-network/bisq/issues/6699
|
||||||
|
@EqualsAndHashCode.Exclude
|
||||||
protected Optional<String> mostRecentAddress = Optional.empty();
|
protected Optional<String> mostRecentAddress = Optional.empty();
|
||||||
|
|
||||||
private final Set<BurnOutputModel> burnOutputModels = new HashSet<>();
|
private final Set<BurnOutputModel> burnOutputModels = new HashSet<>();
|
||||||
|
Loading…
Reference in New Issue
Block a user