diff --git a/programs/squads_multisig_program/src/instructions/vault_transaction_create_from_buffer.rs b/programs/squads_multisig_program/src/instructions/vault_transaction_create_from_buffer.rs index 374f98bf..9f85fcb5 100644 --- a/programs/squads_multisig_program/src/instructions/vault_transaction_create_from_buffer.rs +++ b/programs/squads_multisig_program/src/instructions/vault_transaction_create_from_buffer.rs @@ -26,8 +26,8 @@ pub struct VaultTransactionCreateFromBuffer<'info> { )] pub transaction_buffer: Box>, - // Anchor doesn't allow us to use the creator inside - // vault_transaction_create, so we just re-pass it here with the constraint + // Anchor doesn't allow us to use the creator inside of + // vault_transaction_create, so we just re-pass it here with the same constraint #[account( mut, address = vault_transaction_create.creator.key(),