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

docs: Specify behavior for dupes in token multisig #7386

Merged
merged 1 commit into from
Oct 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/src/token.mdx
Original file line number Diff line number Diff line change
@@ -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