aboutsummaryrefslogtreecommitdiffstats
path: root/SolidityABIJSON.cpp
diff options
context:
space:
mode:
authorLefteris Karapetsas <lefteris@refu.co>2015-02-09 21:12:36 +0800
committerLefteris Karapetsas <lefteris@refu.co>2015-02-09 21:12:36 +0800
commit190be6c5f50f3b3f0a2f70c77457ac4917bc1636 (patch)
tree09250b4ed4f968f1f61af41da177693d9427bd84 /SolidityABIJSON.cpp
parent08e38cfa49848d65a153386a52c00bbd0dfa3e68 (diff)
downloaddexon-solidity-190be6c5f50f3b3f0a2f70c77457ac4917bc1636.tar.gz
dexon-solidity-190be6c5f50f3b3f0a2f70c77457ac4917bc1636.tar.zst
dexon-solidity-190be6c5f50f3b3f0a2f70c77457ac4917bc1636.zip
Styling in Natspec Enums
Diffstat (limited to 'SolidityABIJSON.cpp')
-rw-r--r--SolidityABIJSON.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/SolidityABIJSON.cpp b/SolidityABIJSON.cpp
index d600340e..242a88e7 100644
--- a/SolidityABIJSON.cpp
+++ b/SolidityABIJSON.cpp
@@ -48,7 +48,7 @@ public:
auto msg = std::string("Parsing contract failed with: ") + boost::diagnostic_information(_e);
BOOST_FAIL(msg);
}
- std::string generatedInterfaceString = m_compilerStack.getMetadata("", DocumentationType::ABI_INTERFACE);
+ std::string generatedInterfaceString = m_compilerStack.getMetadata("", DocumentationType::ABIInterface);
Json::Value generatedInterface;
m_reader.parse(generatedInterfaceString, generatedInterface);
Json::Value expectedInterface;