Skip to content

Commit

Permalink
conform pex to equatable (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirahsapong authored Mar 21, 2024
1 parent 2cd7b8e commit 1d819dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Web5/Credentials/PresentationExchange.swift
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public struct CredentialSchema: Codable {
public let type: String
}

public struct PresentationDefinitionV2: Codable {
public struct PresentationDefinitionV2: Codable, Equatable {
public let inputDescriptors: [InputDescriptorV2]

enum CodingKeys: String, CodingKey {
Expand Down

0 comments on commit 1d819dd

Please sign in to comment.