fix missing param

pull/3654/head^2
yann300 1 year ago committed by Aniket
parent 13ea4ad758
commit 530de7d9f7
  1. 2
      libs/remix-ui/run-tab/src/lib/actions/deploy.ts

@ -124,7 +124,7 @@ export const continueHandler = (dispatch: React.Dispatch<any>, gasEstimationProm
dispatch(displayNotification('Gas estimation failed', gasEstimationPrompt(msg), 'Send Transaction', 'Cancel Transaction', () => {
continueTxExecution()
}, () => {
cancelCb()
cancelCb(error)
}))
} else {
continueTxExecution()

Loading…
Cancel
Save