mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 19:50:36 +00:00
c9fb0f9a3f
* 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 |
||
---|---|---|
.. | ||
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 |