Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
thobson88 committed Dec 18, 2023
1 parent 12edeb2 commit 8450e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trustchain-http/src/issuer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ pub struct VcInfo {
pub trait TrustchainIssuerHTTP {
/// Issues an offer for a verifiable credential
fn generate_credential_offer(template: &CredentialStoreItem, id: &str) -> CredentialOffer;
/// Issues a verifiable credential (should it return `Credential` or `String`)
/// Issues a verifiable credential.
async fn issue_credential(
credential_store_item: &CredentialStoreItem,
subject_id: Option<&str>,
Expand Down

0 comments on commit 8450e14

Please sign in to comment.