• 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
..
backends Loading commit data...
auth.go Loading commit data...
backend.go Loading commit data...
base.go Loading commit data...
base_test.go Loading commit data...
bind.go Loading commit data...
bind_test.go Loading commit data...
template.go Loading commit data...
topics.go Loading commit data...
topics_test.go Loading commit data...
util.go Loading commit data...
util_test.go Loading commit data...