From c33fc2e114f5454a88e27a7c52ec0a08368aa9a7 Mon Sep 17 00:00:00 2001 From: Chris Ward Date: Mon, 28 Jan 2019 14:12:16 +0100 Subject: [PATCH] Remove web3 return FAQ item --- docs/frequently-asked-questions.rst | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/docs/frequently-asked-questions.rst b/docs/frequently-asked-questions.rst index 4bfb8708c..37ae9da43 100644 --- a/docs/frequently-asked-questions.rst +++ b/docs/frequently-asked-questions.rst @@ -4,18 +4,6 @@ Frequently Asked Questions This list was originally compiled by `fivedogit `_. - -*************** -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 ******************