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

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/4568#discussion_r501992484">core/src/main/java/bisq/core/btc/setup/WalletConfig.java</a>:</p>
<pre style='color:#555'>> @@ -293,25 +301,34 @@ protected void startUp() throws Exception {
             vPeerGroup.addWallet(vBsqWallet);
             onSetupCompleted();
 
-            Futures.addCallback((ListenableFuture<?>) vPeerGroup.startAsync(), new FutureCallback<Object>() {
-                @Override
-                public void onSuccess(@Nullable Object result) {
-                    //completeExtensionInitiations(vPeerGroup);
-                    DownloadProgressTracker tracker = downloadListener == null ? new DownloadProgressTracker() : downloadListener;
-                    vPeerGroup.startBlockChainDownload(tracker);
-                }
-
-                @Override
-                public void onFailure(Throwable t) {
-                    throw new RuntimeException(t);
+            if (migratedWalletToSegwit.get()) {
+                startPeerGroup();
+            } else {
+                migratedWalletToSegwit.addListener((observable, oldValue, newValue) -> startPeerGroup());
</pre>
<p>Fixed <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/bisq-network/bisq/commit/261e0ec714027be657ba7d1125ac65bd81b0135f/hovercard" href="https://github.com/bisq-network/bisq/commit/261e0ec714027be657ba7d1125ac65bd81b0135f"><tt>261e0ec</tt></a></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/4568#discussion_r501992484">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNQR2KBEHK76OG5BV33SJYOEDANCNFSM4R5D7JSA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNQPZO5BFBKWMQEQIADSJYOEDA5CNFSM4R5D7JSKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGODYN5HRI.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/4568#discussion_r501992484",
"url": "https://github.com/bisq-network/bisq/pull/4568#discussion_r501992484",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>