Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalojoec committed Nov 9, 2024
1 parent 85efb5b commit 99ead09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion program/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use {
pub enum AddressLookupTableError {
/// Instruction modified data of a read-only account.
#[error("Instruction modified data of a read-only account")]
ReadonlyDataModified = 10,
ReadonlyDataModified = 10, // Avoid collisions with System.
}

impl PrintProgramError for AddressLookupTableError {
Expand Down

0 comments on commit 99ead09

Please sign in to comment.