Skip to content

Commit

Permalink
try ProofType string
Browse files Browse the repository at this point in the history
  • Loading branch information
volodymyr-basiuk committed Nov 15, 2024
1 parent 4b99f46 commit 958b682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verifiable/did_doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ type GistInfo struct {

// GistInfoProof representation proof of GistInfo object.
type GistInfoProof struct {
Type ProofType `json:"type"`
Type string `json:"type"`
merkletree.Proof
}

Expand Down

0 comments on commit 958b682

Please sign in to comment.