Skip to content

Commit

Permalink
fix: include withSignedTransaction (#1150)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisling-dev authored Jul 16, 2024
1 parent 053e9e5 commit dcf8e35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ const swap: SwapFunction<ChainflipSwapActivityData> = async (

await polkadotApi.tx.balances
.transferKeepAlive(depositAddress.depositAddress, depositAddress.amount)
.signAndSend(fromAddress, { signer })
.signAndSend(fromAddress, { signer, withSignedTransaction: true })

saveAddressForQuest(depositAddress.depositChannelId, fromAddress)
return { protocol: PROTOCOL, data: { id: depositAddress.depositChannelId, network } }
Expand Down

0 comments on commit dcf8e35

Please sign in to comment.