Skip to content

Commit

Permalink
add comment for reserved enum
Browse files Browse the repository at this point in the history
  • Loading branch information
tao-stones committed Dec 1, 2023
1 parent b7a6668 commit 965dafd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/src/compute_budget.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ crate::declare_id!("ComputeBudget111111111111111111111111111111");
Serialize,
)]
pub enum ComputeBudgetInstruction {
Unused,
Unused, // deprecated variant, reserved value.
/// Request a specific transaction-wide program heap region size in bytes.
/// The value requested must be a multiple of 1024. This new heap region
/// size applies to each program executed in the transaction, including all
Expand Down

0 comments on commit 965dafd

Please sign in to comment.