Skip to content

Commit 831ac8f

Browse files
feboNagaprasadvr
authored andcommitted
Add initialize multisig helpers
1 parent 4f47ad2 commit 831ac8f

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
@@ -16,7 +16,7 @@ use crate::instructions::MAX_MULTISIG_SIGNERS;
1616
/// ### Accounts:
1717
/// 0. `[writable]` The multisig account to initialize.
1818
/// 1. `..+N` `[]` The `N` signer accounts, where `N` is `1 <=
19-
/// N <= 11`.
19+
/// N <= 11`
2020
pub struct InitializeMultisig2<'a, 'b, 'c>
2121
where
2222
'a: 'b,

0 commit comments

Comments
 (0)