Skip to content

Commit

Permalink
add constant to attestation
Browse files Browse the repository at this point in the history
  • Loading branch information
tbenr committed Oct 14, 2024
1 parent 4075bba commit 9361b6b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ public static SchemaRegistryBuilder create() {

private static SchemaProvider<AttestationSchema<Attestation>> createAttestationSchemaProvider() {
return providerBuilder(ATTESTATION_SCHEMA)
.constant(true)
.withCreator(
SpecMilestone.PHASE0,
(registry, specConfig) ->
Expand Down

0 comments on commit 9361b6b

Please sign in to comment.