From 9c8870dceb69e5d62bf99acf06ee8daea44b914c Mon Sep 17 00:00:00 2001 From: Bojan Angjelkoski Date: Fri, 21 Oct 2022 22:09:12 +0200 Subject: [PATCH] fix: cosmos fee delegation signatures --- .../src/core/clients/MsgBroadcastClientCosmosFeeDelegation.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sdk-ui-ts/src/core/clients/MsgBroadcastClientCosmosFeeDelegation.ts b/packages/sdk-ui-ts/src/core/clients/MsgBroadcastClientCosmosFeeDelegation.ts index 1f2bdca3f..8d9aaf795 100644 --- a/packages/sdk-ui-ts/src/core/clients/MsgBroadcastClientCosmosFeeDelegation.ts +++ b/packages/sdk-ui-ts/src/core/clients/MsgBroadcastClientCosmosFeeDelegation.ts @@ -154,7 +154,7 @@ export class MsgBroadcastClientCosmosFeeDelegation { const txRaw = createTxRawFromSigResponse(directSignResponse) txRaw.setSignaturesList([ txResponse.getFeePayerSig(), - ...directSignResponse.signature.signature, + directSignResponse.signature.signature, ]) return await walletStrategy.sendTransaction(txRaw, {