We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48920b1 commit d48834bCopy full SHA for d48834b
x/registration/internal/types/types.go
@@ -25,8 +25,10 @@ const (
25
SeedConfigVersion = 2
26
)
27
28
-const AttestationCertPath = "attestation_cert.der"
29
-const AttestationCombinedPath = "attestation_combined.bin"
+const (
+ AttestationCertPath = "attestation_cert.der"
30
+ AttestationCombinedPath = "attestation_combined.bin"
31
+)
32
33
type NodeID []byte
34
0 commit comments