Skip to content

Commit 9342f63

Browse files
committed
chore: fix some outdated account list docs
1 parent 2f3c39c commit 9342f63

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

program/rust/src/instruction.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,10 @@ pub enum OracleCommand {
3939
// account[1] product account [signer writable]
4040
UpdProduct = 3,
4141
/// Add new price account to a product account
42-
// account[0] funding account [signer writable]
43-
// account[1] product account [signer writable]
44-
// account[2] new price account [signer writable]
42+
// account[0] funding account [signer writable]
43+
// account[1] product account [writable]
44+
// account[2] new price account [writable]
45+
// account[3] permissions account [writable]
4546
AddPrice = 4,
4647
/// Add publisher to symbol account
4748
// account[0] funding account [signer writable]
@@ -107,7 +108,6 @@ pub enum OracleCommand {
107108
// account[0] funding account [signer writable]
108109
// account[1] price account [writable]
109110
// account[2] permissions account [writable]
110-
// account[3] system program account []
111111
InitPriceFeedIndex = 19,
112112
}
113113

0 commit comments

Comments
 (0)