Skip to content

Commit f74d424

Browse files
feborustopian
andauthored
Update programs/token-2022/src/instructions/initialize_multisig_2.rs
Co-authored-by: Peter Keay <[email protected]>
1 parent 97608da commit f74d424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

programs/token-2022/src/instructions/initialize_multisig_2.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ use crate::instructions::MAX_MULTISIG_SIGNERS;
1515
///
1616
/// ### Accounts:
1717
/// 0. `[writable]` The multisig account to initialize.
18-
/// 2. `..+N` `[]` The `N` signer accounts, where `N` is `1 <=
18+
/// 1. `..+N` `[]` The `N` signer accounts, where `N` is `1 <=
1919
/// N <= 11`.
2020
pub struct InitializeMultisig2<'a, 'b, 'c>
2121
where

0 commit comments

Comments
 (0)