• Marius van der Wijden's avatar
    accounts/abi/bind: add void if no return args specified (#21002) · dd88bd82
    Marius van der Wijden authored
    * 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
    dd88bd82
Name
Last commit
Last update
..
abi Loading commit data...
external Loading commit data...
keystore Loading commit data...
scwallet Loading commit data...
usbwallet Loading commit data...
accounts.go Loading commit data...
accounts_test.go Loading commit data...
errors.go Loading commit data...
hd.go Loading commit data...
hd_test.go Loading commit data...
manager.go Loading commit data...
sort.go Loading commit data...
url.go Loading commit data...
url_test.go Loading commit data...