Use camelCase (#7050)

automerge
This commit is contained in:
Tyera Eulberg 2019-11-19 15:55:32 -07:00 committed by Grimes
parent f8e4bdd23d
commit 716caeb17c
1 changed files with 1 additions and 0 deletions

View File

@ -165,6 +165,7 @@ impl WithSigner for Vec<AccountMeta> {
/// An instruction to execute a program
#[derive(Serialize, Deserialize, Debug, PartialEq, Eq, Clone)]
#[serde(rename_all = "camelCase")]
pub struct CompiledInstruction {
/// Index into the transaction keys array indicating the program account that executes this instruction
pub program_id_index: u8,