[bisq-network/bisq] Wallet changes for Segwit BSQ implementation (#5109)

Steven Barclay notifications at github.com
Sat Jan 30 02:22:38 CET 2021


@stejbac commented on this pull request.



> @@ -416,7 +416,9 @@ private void initWallet() {
                 requestWalletPasswordHandler.accept(aesKey -> {
                     walletsManager.setAesKey(aesKey);
                     walletsSetup.getWalletConfig().maybeAddSegwitKeychain(walletsSetup.getWalletConfig().btcWallet(),
-                            aesKey);
+                            aesKey, false);
+                    walletsSetup.getWalletConfig().maybeAddSegwitKeychain(walletsSetup.getWalletConfig().bsqWallet(),

Yes, it would probably be neater to put it there. I'll push a commit for that shortly.

-- 
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/5109#discussion_r567173990
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20210129/cf58bbb0/attachment.htm>


More information about the bisq-github mailing list