From eb8563326c4fa6e12ad305092422146e5cb360c1 Mon Sep 17 00:00:00 2001 From: Enrico Del Fante Date: Tue, 11 Feb 2025 15:00:10 +0100 Subject: [PATCH] Add SingleAttestation in pretty print --- .../tech/pegasys/teku/cli/subcommand/debug/SszObjectType.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teku/src/main/java/tech/pegasys/teku/cli/subcommand/debug/SszObjectType.java b/teku/src/main/java/tech/pegasys/teku/cli/subcommand/debug/SszObjectType.java index 5c34ba3b14b..e6cd5ba89f9 100644 --- a/teku/src/main/java/tech/pegasys/teku/cli/subcommand/debug/SszObjectType.java +++ b/teku/src/main/java/tech/pegasys/teku/cli/subcommand/debug/SszObjectType.java @@ -139,7 +139,7 @@ private static Function> denebSchemas( } private static Function> electraSchemas( - final Function> getter) { + final Function> getter) { return spec -> getter.apply(SchemaDefinitionsElectra.required(spec.getSchemaDefinitions())); }