forked from cerc-io/plugeth
The `structs` map is populated by iterating over all methods except the constructor, which results in a nil-pointer dereference. I've first reproduced the problem with a new test and then implemented the fix. Co-authored-by: Arran Schlosberg <me@arranschlosberg.com> |
||
|---|---|---|
| .. | ||
| bind | ||
| abi_test.go | ||
| abi.go | ||
| argument.go | ||
| doc.go | ||
| error_handling.go | ||
| error.go | ||
| event_test.go | ||
| event.go | ||
| method_test.go | ||
| method.go | ||
| pack_test.go | ||
| pack.go | ||
| packing_test.go | ||
| reflect_test.go | ||
| reflect.go | ||
| topics_test.go | ||
| topics.go | ||
| type_test.go | ||
| type.go | ||
| unpack_test.go | ||
| unpack.go | ||