accounts/abi: added comment

This commit is contained in:
Marius van der Wijden 2020-05-02 16:54:08 +02:00
parent b4fd6fe8a1
commit 7e932e1fdf

View file

@ -56,7 +56,7 @@ type Type struct {
TupleRawName string // Raw struct name defined in source code, may be empty.
TupleElems []*Type // Type information of all tuple fields
TupleRawNames []string // Raw field name of all tuple fields
TupelType reflect.Type
TupelType reflect.Type // Underlying struct of the tuple
}
var (