File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,9 +39,10 @@ pub enum OracleCommand {
39
39
// account[1] product account [signer writable]
40
40
UpdProduct = 3 ,
41
41
/// 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]
45
46
AddPrice = 4 ,
46
47
/// Add publisher to symbol account
47
48
// account[0] funding account [signer writable]
@@ -107,7 +108,6 @@ pub enum OracleCommand {
107
108
// account[0] funding account [signer writable]
108
109
// account[1] price account [writable]
109
110
// account[2] permissions account [writable]
110
- // account[3] system program account []
111
111
InitPriceFeedIndex = 19 ,
112
112
}
113
113
You can’t perform that action at this time.
0 commit comments