From 7e932e1fdf3a6b5ae07b9e611c9efb756686bc6a Mon Sep 17 00:00:00 2001 From: Marius van der Wijden Date: Sat, 2 May 2020 16:54:08 +0200 Subject: [PATCH] accounts/abi: added comment --- accounts/abi/type.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/accounts/abi/type.go b/accounts/abi/type.go index c1a9a2f6ba..c78c51e634 100644 --- a/accounts/abi/type.go +++ b/accounts/abi/type.go @@ -53,10 +53,10 @@ type Type struct { stringKind string // holds the unparsed string for deriving signatures // Tuple relative fields - 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 + 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 // Underlying struct of the tuple } var (