Skip to content

Commit 93350ab

Browse files
authoredMar 22, 2024··
fix quoter update sol price - instance must be mut (#328)
1 parent bcb5602 commit 93350ab

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)
Please sign in to comment.