use default tx type

pull/4405/head
aniket-engg 10 months ago committed by Aniket
parent c36ac4f9b6
commit bed2c9c265
  1. 2
      libs/remix-lib/src/execution/txRunnerWeb3.ts

@ -32,7 +32,7 @@ export class TxRunnerWeb3 {
tx.type = '0x2'
} else {
tx.gasPrice = toHex(BigInt(this.getWeb3().utils.toWei(txFee.gasPrice, 'gwei')))
tx.type = '0x1'
// tx.type = '0x1'
}
}

Loading…
Cancel
Save