Skip to content

Commit

Permalink
Merge pull request #215 from concero/fix/withdrawal-approval-issue
Browse files Browse the repository at this point in the history
Remove unnecessary argument passed to sendTransaction function
  • Loading branch information
babamovandrej authored Jan 10, 2025
2 parents 23a1a2e + b084a98 commit 78f39bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export async function startWithdrawal(
})

await checkAllowanceAndApprove(swapState, swapDispatch, publicClient, walletClient)
const hash = await sendTransaction(swapState, publicClient, walletClient)
const hash = await sendTransaction(swapState, walletClient)

await checkTransactionStatus(hash, publicClient, swapDispatch)
} catch (error) {
Expand Down

0 comments on commit 78f39bc

Please sign in to comment.