Skip to content

Commit

Permalink
Update builtins/src/cost_modeling.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Tao Zhu <[email protected]>
  • Loading branch information
buffalojoec and tao-stones authored Dec 19, 2024
1 parent 8f0c37a commit 20ebc30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtins/src/cost_modeling.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use {
solana_sdk_ids::{ed25519_program, secp256k1_program},
};

/// CONTRIBUTOR: If you change any builtin Core BPF migration confiurations
/// CONTRIBUTOR: If you change any builtin Core BPF migration configurations
/// in this crate's `BUILTINS` list, you must update this constant to reflect
/// the number of builtin programs that have Core BPF migration configurations.
pub const NUM_COST_MODELED_BUILTINS_WITH_MIGRATIONS: usize = 3;
Expand Down

0 comments on commit 20ebc30

Please sign in to comment.