mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
accounts/abi: added comment
This commit is contained in:
parent
b4fd6fe8a1
commit
7e932e1fdf
1 changed files with 4 additions and 4 deletions
|
|
@ -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 (
|
||||
|
|
|
|||
Loading…
Reference in a new issue