From 5dd034c05118a552ac8f90df9ad7894bd0db41e7 Mon Sep 17 00:00:00 2001 From: chad Date: Fri, 6 Jun 2025 09:24:18 -0500 Subject: [PATCH] update documentation for multisig quorum constraints --- docs/limitations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/limitations.md b/docs/limitations.md index 9d9b9a59..a7008300 100644 --- a/docs/limitations.md +++ b/docs/limitations.md @@ -65,7 +65,7 @@ that to the user for approval. - during USB "show address" for multisig, we limit subkey paths to 16 levels deep (including master fingerprint) -- max of 15 co-signers due to 520 byte script limitation in consensus layer with classic P2SH (same limit applies to segwit even though consensus allows up to 20 co-signers) +- max of 15 co-signers due to 1650 byte `scriptSig` limitation in policy with classic P2SH (same limit applies to segwit even though consensus allows up to 20 co-signers) - (mk3) we have space for up to 8 M-of-3 wallets, or a single M-of-15 wallet. YMMV - only a single multisig wallet can be involved in a PSBT; can't sign inputs from two different multisig wallets at the same time.