bisq-network / bisq2

GNU Affero General Public License v3.0
194 stars 68 forks source link

Fix NullPointer exception at TakeOfferReviewController #1955

Closed HenrikJannsen closed 7 months ago

HenrikJannsen commented 7 months ago

See https://github.com/bisq-network/bisq2/pull/1851#issuecomment-2027983523

HenrikJannsen commented 7 months ago

Ah I found the issue. Its that the quote currency name in Market is "euro" instread of "Euro" because maker used spanish locale. We need to exclude that display strings from EqualsAndHashCode