Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information