Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Commit

Permalink
Restore txParams in onSubmit
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh committed Jun 20, 2022
1 parent fe27ec1 commit 73eb185
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -229,13 +229,7 @@ export const TxModalWrapper = ({
return
}

onSubmit(
{
...txParams,
ethGasLimit: manualGasLimit || gasLimit,
},
!doExecute,
)
onSubmit(txParams, !doExecute)
}

const parametersStatus = getParametersStatus(isCreation, doExecute, isRejectTx)
Expand Down

0 comments on commit 73eb185

Please sign in to comment.