Commit 9308201c authored by wjx@disanbo.com's avatar wjx@disanbo.com Committed by vipwzw

fix lint

parent fdacbe7c
......@@ -488,7 +488,6 @@ func opReturnDataCopy(pc *uint64, evm *EVM, contract *Contract, memory *mm.Memor
err := memory.Set(memOffset.Uint64(), length.Uint64(), evm.Interpreter.ReturnData[dataOffset.Uint64():end.Uint64()])
if err != nil {
panic(err)
return nil, err
}
return nil, nil
......
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