Skip to content

Commit

Permalink
Merge pull request #2 from Henry-E/master
Browse files Browse the repository at this point in the history
missing has one
  • Loading branch information
Henry-E authored Mar 1, 2024
2 parents 6947f6f + dd1ff1d commit b9006a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/solana_timelock/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ pub struct EnqueueOrCancelTransactionBatch<'info> {
authority: Signer<'info>,
#[account(has_one = authority)]
timelock: Box<Account<'info, Timelock>>,
#[account(mut)]
#[account(mut, has_one = timelock)]
transaction_batch: Box<Account<'info, TransactionBatch>>
}

Expand Down

0 comments on commit b9006a5

Please sign in to comment.