Skip to content

Commit

Permalink
docs: Specify behavior for dupes in token multisig (#7386)
Browse files Browse the repository at this point in the history
#### 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.
  • Loading branch information
joncinque authored Oct 22, 2024
1 parent 1b8d0f6 commit b4a73a3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/src/token.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1677,6 +1677,11 @@ require the Solana account being initialized also be a signer. The
instruction that creates the Solana account by including both instructions in
the same transaction.

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

### Freezing accounts

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

0 comments on commit b4a73a3

Please sign in to comment.