We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c39388d + 22a139b commit 25d02b5Copy full SHA for 25d02b5
2 files changed
.changelog/6267.bugfix.md
@@ -0,0 +1 @@
1
+go/runtime/rofl/api: Fix attestation field name
go/runtime/rofl/api/attestation.go
@@ -25,7 +25,7 @@ type AttestLabelsRequest struct {
25
// AttestLabelsResponse is the response from the AttestLabels method.
26
type AttestLabelsResponse struct {
27
// Attestation is the CBOR-serialized label attestation.
28
- Attestation []byte `json:"attstation"`
+ Attestation []byte `json:"attestation"`
29
// NodeID is the public key of the node attesting to the labels.
30
NodeID signature.PublicKey `json:"node_id"`
31
// Signature is the signature of the attested labels.
0 commit comments