Skip to content

Commit 25d02b5

Browse files
authored
Merge pull request #6267 from oasisprotocol/kostko/fix/rofl-label-attestation-field
go/runtime/rofl/api: Fix attestation field name
2 parents c39388d + 22a139b commit 25d02b5

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.changelog/6267.bugfix.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
go/runtime/rofl/api: Fix attestation field name

go/runtime/rofl/api/attestation.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ type AttestLabelsRequest struct {
2525
// AttestLabelsResponse is the response from the AttestLabels method.
2626
type AttestLabelsResponse struct {
2727
// Attestation is the CBOR-serialized label attestation.
28-
Attestation []byte `json:"attstation"`
28+
Attestation []byte `json:"attestation"`
2929
// NodeID is the public key of the node attesting to the labels.
3030
NodeID signature.PublicKey `json:"node_id"`
3131
// Signature is the signature of the attested labels.

0 commit comments

Comments
 (0)