Skip to content

Commit

Permalink
Update aries/aries_vcx_ledger/src/ledger/indy_vdr_ledger.rs
Browse files Browse the repository at this point in the history
Co-authored-by: James Ebert  <[email protected]>
Signed-off-by: gmulhearn-anonyome <[email protected]>
  • Loading branch information
gmulhearn-anonyome and JamesKEbert authored Dec 13, 2024
1 parent da6847c commit 82806bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aries/aries_vcx_ledger/src/ledger/indy_vdr_ledger.rs
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ where
.response_parser
.parse_get_cred_def_response(&response, None)?;

// extract a map seqNo -> schemaId if required
// extract and map seqNo -> schemaId if required
let IndyVdrCredentialDefinition::CredentialDefinitionV1(mut cred_def) = cred_def;
if let Ok(seq_no) = cred_def.schema_id.0.parse::<i32>() {
cred_def.schema_id = self
Expand Down

0 comments on commit 82806bb

Please sign in to comment.