mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-03 18:13:48 +00:00
There was a dormant error with structured inputs that failed unpacking. This commit fixes the error by switching casting to the better abi.ConvertType function. It also adds a test for calling a view function that returns a struct |
||
|---|---|---|
| .. | ||
| backends | ||
| auth.go | ||
| backend.go | ||
| base.go | ||
| base_test.go | ||
| bind.go | ||
| bind_test.go | ||
| template.go | ||
| util.go | ||
| util_test.go | ||