2
0
mirror of https://github.com/status-im/op-geth.git synced 2025-02-19 02:06:23 +00:00
gary rong 947f5f2b15 accounts/abi, signer/fourbyte: fix incorrect signature ()
The abi package already supports function overload by adding a suffix to the overloaded function name, but it uses the function name with suffix to calculate signature(both for the event and method).

This PR fixes it by adding a new field named RawName, which can be used to calcuate all signatures but use Name to distinguish different overloaded function.
2019-08-02 09:20:46 +02:00
..
2015-07-23 18:35:11 +02:00