Skip to content

Commit 33295d6

Browse files
committed
solana: restore mut on instance
1 parent aaa6912 commit 33295d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

solana/programs/ntt-quoter/src/processor/update_prices.rs

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ pub struct UpdateSolPrice<'info> {
1616
)]
1717
pub authority: Signer<'info>,
1818

19+
#[account(mut)]
1920
pub instance: Account<'info, Instance>,
2021
}
2122

0 commit comments

Comments
 (0)