Skip to content

Commit fcb678b

Browse files
committed
🎨
1 parent bcb942a commit fcb678b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shared/models/presentation_exchange.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ class PrimaryProof(IndyPrimaryProof):
7575

7676
class ProofProofProofsProof(IndyProofProofProofsProof):
7777
non_revoc_proof: Optional[NonRevocProof] = Field(
78-
default=None, description="Indy non-revocation proof"
78+
default=None, description="Non-revocation proof"
7979
)
8080
primary_proof: Optional[PrimaryProof] = Field(
81-
default=None, description="Indy primary proof"
81+
default=None, description="Primary proof"
8282
)
8383

8484

0 commit comments

Comments
 (0)