Commit 7dd2f720 authored by Karl Floersch's avatar Karl Floersch Committed by GitHub

fix: remove incorrect comment (#880)

parent cb2e9ad2
---
'@eth-optimism/contracts': patch
---
Remove incorrect comment.
...@@ -100,7 +100,6 @@ contract OVM_ECDSAContractAccount is iOVM_ECDSAContractAccount { ...@@ -100,7 +100,6 @@ contract OVM_ECDSAContractAccount is iOVM_ECDSAContractAccount {
"Fee was not transferred to relayer." "Fee was not transferred to relayer."
); );
// Contract creations are signalled by sending a transaction to the zero address.
if (transaction.isCreate) { if (transaction.isCreate) {
// TEMPORARY: Disable value transfer for contract creations. // TEMPORARY: Disable value transfer for contract creations.
require( require(
......
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