Remove web3 return FAQ item

This commit is contained in:
Chris Ward 2019-01-28 14:12:16 +01:00
parent 3fdd0ed239
commit c33fc2e114

View File

@ -4,18 +4,6 @@ Frequently Asked Questions
This list was originally compiled by `fivedogit <mailto:fivedogit@gmail.com>`_.
***************
Basic Questions
***************
If I return an ``enum``, I only get integer values in web3.js. How to get the named values?
===========================================================================================
Enums are not supported by the ABI, they are just supported by Solidity.
You have to do the mapping yourself for now, we might provide some help
later.
******************
Advanced Questions
******************