Skip to content

Commit

Permalink
Update crates/precompile/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
  • Loading branch information
rakita and DaniPopes authored Oct 20, 2023
1 parent 23d23b4 commit bdbd7d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/precompile/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ impl Precompiles {

/// Returns precompiles for Cancun spec.
///
/// If `std` feature is not enabled KZG Point Evaluation precompile will not be included.
/// If the `c-kzg` feature is not enabled, the KZG Point Evaluation precompile will not be included.
pub fn cancun() -> &'static Self {
static INSTANCE: OnceBox<Precompiles> = OnceBox::new();
INSTANCE.get_or_init(|| {
Expand Down

0 comments on commit bdbd7d9

Please sign in to comment.