File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -309,7 +309,7 @@ var bindTopicType = map[Lang]func(kind abi.Type, structs map[string]*tmplStruct)
309
309
LangJava : bindTopicTypeJava ,
310
310
}
311
311
312
- // bindTypeGo converts a Solidity topic type to a Go one. It is almost the same
312
+ // bindTopicTypeGo converts a Solidity topic type to a Go one. It is almost the same
313
313
// funcionality as for simple types, but dynamic types get converted to hashes.
314
314
func bindTopicTypeGo (kind abi.Type , structs map [string ]* tmplStruct ) string {
315
315
bound := bindTypeGo (kind , structs )
@@ -319,7 +319,7 @@ func bindTopicTypeGo(kind abi.Type, structs map[string]*tmplStruct) string {
319
319
return bound
320
320
}
321
321
322
- // bindTypeGo converts a Solidity topic type to a Java one. It is almost the same
322
+ // bindTopicTypeJava converts a Solidity topic type to a Java one. It is almost the same
323
323
// funcionality as for simple types, but dynamic types get converted to hashes.
324
324
func bindTopicTypeJava (kind abi.Type , structs map [string ]* tmplStruct ) string {
325
325
bound := bindTypeJava (kind , structs )
You can’t perform that action at this time.
0 commit comments