-
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
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
abi | ||
external | ||
keystore | ||
scwallet | ||
usbwallet | ||
accounts.go | ||
accounts_test.go | ||
errors.go | ||
hd.go | ||
hd_test.go | ||
manager.go | ||
sort.go | ||
url.go | ||
url_test.go |