mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-13 10:45:51 +00:00
Wallet: suppress an invalid static analysis warning.
This commit is contained in:
parent
59e06c0a9b
commit
6c733b2f22
@ -3029,6 +3029,7 @@ public class Wallet extends BaseTaggableObject implements Serializable, BlockCha
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Runs any balance futures in the user code thread.
|
// Runs any balance futures in the user code thread.
|
||||||
|
@SuppressWarnings("FieldAccessNotGuarded")
|
||||||
private void checkBalanceFuturesLocked(@Nullable Coin avail) {
|
private void checkBalanceFuturesLocked(@Nullable Coin avail) {
|
||||||
checkState(lock.isHeldByCurrentThread());
|
checkState(lock.isHeldByCurrentThread());
|
||||||
Coin estimated = null;
|
Coin estimated = null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user