Skip to content

Commit

Permalink
fix: cosmos fee delegation signatures
Browse files Browse the repository at this point in the history
  • Loading branch information
bangjelkoski committed Oct 21, 2022
1 parent 2b70430 commit 9c8870d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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, {
Expand Down

0 comments on commit 9c8870d

Please sign in to comment.