Skip to content

Commit

Permalink
update cred txn
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratap2018 committed Aug 5, 2024
1 parent a1dde44 commit fb8bd3b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/tx-send-module/tx-send-module.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ export class TxSendModuleService {
}

async invokeTxnController(address, granteeMnemonic) {
await this.channel.assertQueue('DID_TXN_QUEUE_' + address);
await this.channel.assertQueue('CRED_TXN_QUEUE_' + address);

const podENV = {
RMQ_URL: this.configService.get('RABBIT_MQ_URI'),
DID_QUEUE_NAME: 'DID_TXN_QUEUE_' + address,
Expand Down

0 comments on commit fb8bd3b

Please sign in to comment.