Skip to content

Commit

Permalink
Merge pull request #160 from hypersign-protocol/develop
Browse files Browse the repository at this point in the history
bug fix
  • Loading branch information
varsha766 authored Oct 22, 2024
2 parents 2784828 + 9a025c1 commit e9e6282
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/tx-send-module/tx-send-module.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ export class TxSendModuleService {
proofPurpose = 'assertionMethod';
break;
}
case 'BabyJubJubKey2021': {
signatureType = 'BJJSignature2021';
proofPurpose = 'assertionMethod';
}
default: {
throw Error('Type is not matched');
}
Expand Down

0 comments on commit e9e6282

Please sign in to comment.