Commit 1cbeb510 authored by OptimismBot's avatar OptimismBot Committed by GitHub

Merge pull request #7055 from ethereum-optimism/aj/remove-todo

op-chain-ops: Remove old TODO
parents cd3713e3 9dac9d66
...@@ -141,7 +141,6 @@ func createContractInput(input abi.Argument, inputs []ContractInput) ([]Contract ...@@ -141,7 +141,6 @@ func createContractInput(input abi.Argument, inputs []ContractInput) ([]Contract
return nil, err return nil, err
} }
// TODO: could probably do better than string comparison?
internalType := input.Type.String() internalType := input.Type.String()
if inputType == "tuple" { if inputType == "tuple" {
internalType = input.Type.TupleRawName internalType = input.Type.TupleRawName
......
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