[bisq-network/bisq] Use bisq's bitcoinj 0.15.8 - september 2020 (#4504)

chimp1984 notifications at github.com
Wed Sep 9 17:16:55 UTC 2020


@chimp1984 commented on this pull request.



> @@ -495,6 +485,8 @@ private Wallet loadWallet(boolean shouldReplayWallet, File walletFile, boolean i
     }
 
     protected Wallet createWallet(boolean isBsqWallet) {
+        // Change preferredOutputScriptType of btc wallet to P2WPKH to start using segwit
+        Script.ScriptType preferredOutputScriptType = isBsqWallet ? Script.ScriptType.P2PKH : Script.ScriptType.P2PKH;

Ah missed the comment.

-- 
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/4504#discussion_r485787528
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20200909/a2bb9778/attachment.html>


More information about the bisq-github mailing list