Skip to content

Commit

Permalink
small comment fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
0xRigel committed Sep 30, 2024
1 parent 17983bc commit 7596c1a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ pub struct VaultTransactionCreateFromBuffer<'info> {
)]
pub transaction_buffer: Box<Account<'info, TransactionBuffer>>,

// 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(),
Expand Down

0 comments on commit 7596c1a

Please sign in to comment.