diff --git a/src/components/pool/PoolCard/poolExecution/requestWithdraw.ts b/src/components/pool/PoolCard/poolExecution/requestWithdraw.ts index 43625370..7d896837 100644 --- a/src/components/pool/PoolCard/poolExecution/requestWithdraw.ts +++ b/src/components/pool/PoolCard/poolExecution/requestWithdraw.ts @@ -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) {