Skip to content

Commit c33a6c4

Browse files
authored
revert mut on destination program pda (#92)
1 parent 1e60c05 commit c33a6c4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

programs/gateway/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1011,7 +1011,6 @@ pub struct Execute<'info> {
10111011
// Pda for destination program
10121012
/// CHECK: Validation will occur during instruction processing.
10131013
#[account(
1014-
mut,
10151014
seeds = [b"connected"],
10161015
bump,
10171016
seeds::program = destination_program.key()
@@ -1165,7 +1164,6 @@ pub struct ExecuteSPLToken<'info> {
11651164
// Pda for destination program
11661165
/// CHECK: Validation will occur during instruction processing.
11671166
#[account(
1168-
mut,
11691167
seeds = [b"connected"],
11701168
bump,
11711169
seeds::program = destination_program.key()

0 commit comments

Comments
 (0)