Rename to has_feature

This commit is contained in:
Mac L
2024-05-02 11:05:03 +10:00
parent b68d08c847
commit 689cdaef61
20 changed files with 39 additions and 40 deletions

View File

@@ -363,7 +363,7 @@ impl<T: SlotClock + 'static, E: EthSpec> ValidatorStore<T, E> {
if self
.spec
.fork_name_at_epoch(signing_epoch)
.is_feature_enabled(FeatureName::Deneb)
.has_feature(FeatureName::Deneb)
{
SigningContext {
domain,