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

@@ -162,7 +162,7 @@ pub struct ExecutionBlock {
feature_type(
name = "FeatureName",
list = "list_all_features",
check = "is_feature_enabled"
check = "has_feature"
),
variant_attributes(
derive(Clone, Debug, PartialEq, Serialize, Deserialize,),
@@ -440,7 +440,7 @@ pub struct ProposeBlindedBlockResponse {
feature_type(
name = "FeatureName",
list = "list_all_features",
check = "is_feature_enabled"
check = "has_feature"
),
variant_attributes(derive(Clone, Debug, PartialEq),),
map_into(ExecutionPayload),