We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97608da commit f74d424Copy full SHA for f74d424
programs/token-2022/src/instructions/initialize_multisig_2.rs
@@ -15,7 +15,7 @@ use crate::instructions::MAX_MULTISIG_SIGNERS;
15
///
16
/// ### Accounts:
17
/// 0. `[writable]` The multisig account to initialize.
18
-/// 2. `..+N` `[]` The `N` signer accounts, where `N` is `1 <=
+/// 1. `..+N` `[]` The `N` signer accounts, where `N` is `1 <=
19
/// N <= 11`.
20
pub struct InitializeMultisig2<'a, 'b, 'c>
21
where
0 commit comments