Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit b4a73a3

Browse files
authored
docs: Specify behavior for dupes in token multisig (#7386)
#### Problem It's unclear that SPL Token's multisigs allow for duplicate signers. #### Summary of changes Call out the behavior of duplicate signers in a multisig.
1 parent 1b8d0f6 commit b4a73a3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/src/token.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1677,6 +1677,11 @@ require the Solana account being initialized also be a signer. The
16771677
instruction that creates the Solana account by including both instructions in
16781678
the same transaction.
16791679

1680+
Also, multisignatures allow for duplicate accounts in the signer sets, for very
1681+
simple weighting systems. For example, a 2 of 4 multisig can be constructed with
1682+
3 unique pubkeys, and one pubkey specified twice to give that pubkey double
1683+
voting power.
1684+
16801685
### Freezing accounts
16811686

16821687
The Mint may also contain a `freeze_authority` which can be used to issue

0 commit comments

Comments
 (0)