Commit 736017b8 authored by Tony Sosa's avatar Tony Sosa Committed by GitHub

Update OVM_ECDSAContractAccount.sol (#268)

Co-authored-by: default avatarben-chain <ben@pseudonym.party>
parent b316341b
......@@ -84,7 +84,7 @@ contract OVM_ECDSAContractAccount is iOVM_ECDSAContractAccount {
"Transaction nonce does not match the expected nonce."
);
// TEMPORARY: Disable gas checks for minnet.
// TEMPORARY: Disable gas checks for mainnet.
// // Need to make sure that the gas is sufficient to execute the transaction.
// Lib_SafeExecutionManagerWrapper.safeREQUIRE(
// gasleft() >= Lib_SafeMathWrapper.add(decodedTx.gasLimit, EXECUTION_VALIDATION_GAS_OVERHEAD),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment