Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
OBrezhniev committed Sep 26, 2023
1 parent c43b277 commit 213804e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions testvectorgen/credentials/onchain/v3/mtp/mtp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,9 @@ type Outputs struct {
Challenge string `json:"challenge"`
GistRoot string `json:"gistRoot"`
IssuerClaimIdenState string `json:"issuerClaimIdenState"`
// Sig specific
IssuerAuthState string `json:"issuerAuthState"`
LinkID string `json:"linkID"`
OperatorOutput string `json:"operatorOutput"`
IssuerAuthState string `json:"issuerAuthState"` // Sig specific
LinkID string `json:"linkID"`
OperatorOutput string `json:"operatorOutput"`
}

type TestData struct {
Expand Down

0 comments on commit 213804e

Please sign in to comment.