-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
fluid-solana-programs/programs/lending/src/state/context.rs
Lines 241 to 243 in 8304582
| #[account(mut)] | |
| /// CHECK: Safe, we check the address in the lending_admin PDA | |
| pub liquidity_program: UncheckedAccount<'info>, |
What's up with setting the token program to mutable here and in a number of other places? Just fyi it's going to brick your program integrators if you set this to immutable later on.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels