Skip to content

Commit

Permalink
Fix default presentation preview message family (hyperledger#590)
Browse files Browse the repository at this point in the history
* Fix default presentation proposal family

Signed-off-by: Miroslav Kovar <miroslav.kovar@absa.africa>
  • Loading branch information
mirgee authored Oct 5, 2022
1 parent 9b20430 commit 78b3e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion messages/src/proof_presentation/presentation_proposal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ impl Predicate {
}

fn default_presentation_preview_type() -> MessageType {
MessageType::build(MessageFamilies::CredentialIssuance, "presentation-preview")
MessageType::build(MessageFamilies::PresentProof, "presentation-preview")
}

impl PresentationProposal {
Expand Down

0 comments on commit 78b3e42

Please sign in to comment.