Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
Update original.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarry authored Jul 22, 2021
1 parent 518aa90 commit 2e0e1be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sdk/program/src/message/original.rs
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ fn get_program_ids(instructions: &[Instruction]) -> Vec<Pubkey> {
.collect()
}

// NOTE: Serialization-related changes must be paired with the custom serialization
// for versioned messages in the `RemainingMessage` struct.
#[frozen_abi(digest = "2KnLEqfLcTBQqitE22Pp8JYkaqVVbAkGbCfdeHoyxcAU")]
#[derive(Serialize, Deserialize, Default, Debug, PartialEq, Eq, Clone, AbiExample)]
#[serde(rename_all = "camelCase")]
Expand Down

0 comments on commit 2e0e1be

Please sign in to comment.