Skip to content

Commit

Permalink
fix: Fixed explicit address cast
Browse files Browse the repository at this point in the history
  • Loading branch information
Eengineer1 committed Aug 21, 2023
1 parent 9075a4b commit 37f169d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/did-manager/cheqd-did-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ export class CheqdDIDProvider extends AbstractIdentifierProvider {
}

const tx = await sdk.signer.sendTokens(
(await this.cosmosPayerWallet).getAccounts()[0],
(await (await this.cosmosPayerWallet).getAccounts())[0].address,
args.recipientAddress,
[args.amount],
'auto',
Expand Down

0 comments on commit 37f169d

Please sign in to comment.