Commit 5480c5c8 authored by Mark Tyneway's avatar Mark Tyneway

l2geth: remove dead comment

parent 634eb065
...@@ -48,7 +48,6 @@ func NewEVMContext(msg Message, header *types.Header, chain ChainContext, author ...@@ -48,7 +48,6 @@ func NewEVMContext(msg Message, header *types.Header, chain ChainContext, author
} }
if rcfg.UsingOVM { if rcfg.UsingOVM {
// When using the OVM, we must: // When using the OVM, we must:
// - Set the BlockNumber to be the msg.L1BlockNumber
// - Set the Time to be the msg.L1Timestamp // - Set the Time to be the msg.L1Timestamp
return vm.Context{ return vm.Context{
CanTransfer: CanTransfer, CanTransfer: CanTransfer,
......
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