Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PriceProvider: Add volatile to cachedResult field
The get() and put() calls can happen on different threads. The volatile keyword makes sure that all updates to cachedResult are visible to all threads. Relates to bisq-network#33.
- Loading branch information