Skip to content

Commit

Permalink
fix init reserve comments (solana-labs#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xCactus authored Mar 29, 2022
1 parent 13107ca commit 42b31bf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions token-lending/program/src/instruction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 42b31bf

Please sign in to comment.