mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-14 10:22:38 +00:00
Rename to has_feature
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user