diff --git a/token-lending/program/src/instruction.rs b/token-lending/program/src/instruction.rs index f46e05bccda..81065ca004f 100644 --- a/token-lending/program/src/instruction.rs +++ b/token-lending/program/src/instruction.rs @@ -58,12 +58,12 @@ pub enum LendingInstruction { /// 3. `[]` Reserve liquidity SPL Token mint. /// 4. `[writable]` Reserve liquidity supply SPL Token account - uninitialized. /// 5. `[writable]` Reserve liquidity fee receiver - uninitialized. - /// 6. `[]` Pyth product account. - /// 7. `[]` Pyth price account. + /// 6. `[writable]` Reserve collateral SPL Token mint - uninitialized. + /// 7 `[writable]` Reserve collateral token supply - uninitialized. + /// 8. `[]` Pyth product account. + /// 9. `[]` Pyth price account. /// This will be used as the reserve liquidity oracle account. - /// 8. `[]` Switchboard price feed account. used as a backup oracle - /// 9. `[writable]` Reserve collateral SPL Token mint - uninitialized. - /// 10 `[writable]` Reserve collateral token supply - uninitialized. + /// 10. `[]` Switchboard price feed account. used as a backup oracle /// 11 `[]` Lending market account. /// 12 `[]` Derived lending market authority. /// 13 `[signer]` Lending market owner.