Commit 3633de4f authored by Adrian Sutton's avatar Adrian Sutton

op-chain-ops: Remove old TODO

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