Interface.parseTransaction() returns signature as name #370
Labels
bug
Verified to be an issue.
fixed/complete
This Bug is fixed or Enhancement is complete and published.
Interface.prototype.parseTransaction() method returns same name as signature in _TransactionDescription object from transaction that called solidity function
myFunction(id: uint256)
.Actual result:
name
property equalsmyFunction(uint256)
.signature
property equalsmyFunction(uint256)
Expected result:
name
property equalsmyFunction
.signature
property equalsmyFunction(uint256)
The text was updated successfully, but these errors were encountered: