<p></p>
<p><b>@sqrrm</b> requested changes on this pull request.</p>

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/4804#discussion_r523435039">common/src/main/java/bisq/common/persistence/PersistenceManager.java</a>:</p>
<pre style='color:#555'>> @@ -166,6 +183,7 @@ private static void onWriteCompleted(ResultHandler completeHandler,
     @Nullable
     private Timer timer;
     private ExecutorService writeToDiskExecutor;
+    public final AtomicBoolean initCalled = new AtomicBoolean(false);
</pre>
<p><code>initCalled</code> is always false as it's only set here</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq/pull/4804#pullrequestreview-530587501">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNXWQTYXUXC5UKWCU6DSP2UCXANCNFSM4TVCWTTA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNVYGPONUERM5D73J3DSP2UCXA5CNFSM4TVCWTTKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOD6QB63I.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/pull/4804#pullrequestreview-530587501",
"url": "https://github.com/bisq-network/bisq/pull/4804#pullrequestreview-530587501",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>