* accounts/abi/bind: add void if no return args specified
Currently the java generator generates invalid input on pure/view functions
that have no return type. e.g. `function f(uint u) view public {}`
This is not a problem in practice as people rarely ever write functions like this.
* accounts/abi/bind: use elseif instead of nested if
|
||
|---|---|---|
| .. | ||
| abi | ||
| external | ||
| keystore | ||
| scwallet | ||
| usbwallet | ||
| accounts_test.go | ||
| accounts.go | ||
| errors.go | ||
| hd_test.go | ||
| hd.go | ||
| manager.go | ||
| sort.go | ||
| url_test.go | ||
| url.go | ||