• Marius van der Wijden's avatar
    accounts/abi: allow overloaded argument names (#21060) · 0b639154
    Marius van der Wijden authored
    * accounts/abi: allow overloaded argument names
    
    In solidity it is possible to create the following contract:
    ```
    contract Overloader {
        struct F { uint _f; uint __f; uint f; }
        function f(F memory f) public {}
    }
    ```
    This however resulted in a panic in the abi package.
    
    * accounts/abi fixed error handling
    0b639154
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...