bisq/core
jmacxx 4e8e6eb9ac
Use getCurrencyCode method rather than directly accessing member.
The transient currencyCode member is null until the getter method
has been used, so we should no access the variable directly.

This fixes a problem with OfferBook filtering, which was checking
for isFiat(currencyCode); the variable was null and isFiat returned
the wrong answer.
2022-08-22 15:53:47 +02:00
..
.tx Update translations for v1.9.0 2022-04-28 13:12:59 +02:00
src Use getCurrencyCode method rather than directly accessing member. 2022-08-22 15:53:47 +02:00
update_translations.sh Add Polish translation 2021-12-01 15:13:57 +01:00