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

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/4504#discussion_r485690507">core/src/main/java/bisq/core/btc/setup/BisqKeyChainGroupStructure.java</a>:</p>
<pre style='color:#555'>> +            new ChildNumber(142, true),
+            ChildNumber.ZERO_HARDENED);
+
+    public static final ImmutableList<ChildNumber> BIP44_BSQ_SEGWIT_ACCOUNT_PATH = ImmutableList.of(
+            new ChildNumber(44, true),
+            new ChildNumber(142, true),
+            ChildNumber.ONE_HARDENED);
+
+    private boolean isBsqWallet;
+
+    public BisqKeyChainGroupStructure (boolean isBsqWallet) {
+        this.isBsqWallet = isBsqWallet;
+    }
+
+    @Override
+    public ImmutableList<ChildNumber> accountPathFor(Script.ScriptType outputScriptType) {
</pre>
<p>Even though Bisq uses multisig (eg for payout tx signing), bisq does not use a multisig keychain.<br>
A multisig keychain (MarriedKeyChain in bitcoinj) makes sense when you want to repeatedly generate new multisig addresses for the same group of people.</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/4504#discussion_r485690507">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNTXVSPEX6O4FUJQVGDSE6LMNANCNFSM4RAV7MIQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNXLAZX4AQBZVTV42D3SE6LMNA5CNFSM4RAV7MI2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGODTVD6TY.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/4504#discussion_r485690507",
"url": "https://github.com/bisq-network/bisq/pull/4504#discussion_r485690507",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>