Skip to content

Commit

Permalink
Update TaikoL2.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
dantaik committed Sep 19, 2023
1 parent 4b91b57 commit 1a50fee
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/protocol/contracts/L2/TaikoL2.sol
Original file line number Diff line number Diff line change
Expand Up @@ -232,12 +232,6 @@ contract TaikoL2 is EssentialContract, TaikoL2Signer, ICrossChainSync {
timeSinceParent: timeSinceParent,
parentGasUsed: parentGasUsed
});

if (_basefee == 0) {
// To make sure when EIP-1559 is enabled, the basefee is non-zero
// (Geth never uses 0 values for basefee)
_basefee = 1;
}
}

/// @inheritdoc ICrossChainSync
Expand Down

0 comments on commit 1a50fee

Please sign in to comment.