[bisq-network/bisq] Wait for initialized wallet before processing dispute msgs, fix #2914 (#2915)

sqrrm notifications at github.com
Mon Jun 24 19:44:08 UTC 2019


sqrrm commented on this pull request.



> @@ -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;

I moved to the readiness check, looks much more reasonable, thanks.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/2915#discussion_r296884635
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190624/3d23c9f8/attachment.html>


More information about the bisq-github mailing list