Skip to content

Commit

Permalink
Add SingleAttestation in pretty print
Browse files Browse the repository at this point in the history
  • Loading branch information
tbenr committed Feb 11, 2025
1 parent f7cd1ec commit eb85633
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ private static Function<SpecVersion, SszSchema<?>> denebSchemas(
}

private static Function<SpecVersion, SszSchema<?>> electraSchemas(
final Function<SchemaDefinitionsElectra, SszSchema<?>> getter) {
final Function<SchemaDefinitionsElectra, SszSchema<?>> getter) {
return spec -> getter.apply(SchemaDefinitionsElectra.required(spec.getSchemaDefinitions()));
}

Expand Down

0 comments on commit eb85633

Please sign in to comment.