From 37f169d9c95d980df4d693022a17faed3e3b4c7f Mon Sep 17 00:00:00 2001 From: Tasos Derisiotis <50984242+Eengineer1@users.noreply.github.com> Date: Mon, 21 Aug 2023 20:18:52 +0300 Subject: [PATCH] fix: Fixed explicit address cast --- src/did-manager/cheqd-did-provider.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/did-manager/cheqd-did-provider.ts b/src/did-manager/cheqd-did-provider.ts index bbeb1bbd..136ef4cc 100644 --- a/src/did-manager/cheqd-did-provider.ts +++ b/src/did-manager/cheqd-did-provider.ts @@ -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',