From 7596c1a40e4878181370b8b4dfa0cc938965d35f Mon Sep 17 00:00:00 2001 From: Iceomatic <89707822+iceomatic@users.noreply.github.com> Date: Tue, 1 Oct 2024 00:24:24 +0900 Subject: [PATCH] small comment fixes --- .../src/instructions/vault_transaction_create_from_buffer.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(),