We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3fa870 commit a18e3bfCopy full SHA for a18e3bf
program/rust/src/instruction.rs
@@ -109,8 +109,7 @@ pub enum OracleCommand {
109
// account[1] price account [writable]
110
// account[2] permissions account [writable]
111
InitPriceFeedIndex = 19,
112
- // account[0] funding account [signer writable]
113
- // account[1] mapping account [writable]
+ // account[0] mapping account [writable]
114
ResizeMapping = 20,
115
}
116
program/rust/src/processor/resize_mapping.rs
@@ -32,7 +32,7 @@ use {
32
};
33
34
/// Resize mapping account.
35
-// account[1] mapping account [writable]
+// account[0] mapping account [writable]
36
pub fn resize_mapping(
37
program_id: &Pubkey,
38
accounts: &[AccountInfo],
0 commit comments