pull/5370/head
yann300 4 years ago
parent ca46bd3592
commit 6b029b99ce
  1. 1
      libs/remix-lib/src/execution/txRunnerWeb3.ts

@ -16,7 +16,6 @@ export class TxRunnerWeb3 {
} }
_executeTx (tx, network, txFee, api, promptCb, callback) { _executeTx (tx, network, txFee, api, promptCb, callback) {
if (network && network.lastBlock && network.lastBlock.baseFeePerGas) { if (network && network.lastBlock && network.lastBlock.baseFeePerGas) {
// the sending stack (web3.js / metamask need to have the type defined) // the sending stack (web3.js / metamask need to have the type defined)
// this is to avoid the following issue: https://github.com/MetaMask/metamask-extension/issues/11824 // this is to avoid the following issue: https://github.com/MetaMask/metamask-extension/issues/11824

Loading…
Cancel
Save