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

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/2915#discussion_r296884635">core/src/main/java/bisq/core/arbitration/DisputeManager.java</a>:</p>
<pre style='color:#555'>> @@ -266,6 +268,13 @@ private boolean isReadyForTxBroadcast() {
     }
 
     private void applyMessages() {
+        // Some messages can't be handled until all the services are properly initialized.
+        // In particular it's not possible to complete the signing of a dispute payout
+        // by an encrypted wallet until after it's been decrypted.
+        if (!servicesInitialized) {
+            return;
</pre>
<p>I moved to the readiness check, looks much more reasonable, thanks.</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/2915?email_source=notifications&email_token=AJFFTNQVPHIE6HZSTUOIE43P4EPYRA5CNFSM4H2ZFQCKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOB4O6WLA#discussion_r296884635">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNUUZMBYWWL3WV3TIZDP4EPYRANCNFSM4H2ZFQCA">mute the thread</a>.<img src="https://github.com/notifications/beacon/AJFFTNT3ZDCURW7LEHYUZSTP4EPYRA5CNFSM4H2ZFQCKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOB4O6WLA.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/2915?email_source=notifications\u0026email_token=AJFFTNQVPHIE6HZSTUOIE43P4EPYRA5CNFSM4H2ZFQCKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOB4O6WLA#discussion_r296884635",
"url": "https://github.com/bisq-network/bisq/pull/2915?email_source=notifications\u0026email_token=AJFFTNQVPHIE6HZSTUOIE43P4EPYRA5CNFSM4H2ZFQCKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOB4O6WLA#discussion_r296884635",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>