From 5b07f1133029e04c6db8510d80634d606e9d0e8e Mon Sep 17 00:00:00 2001 From: Liana Husikyan Date: Wed, 22 Apr 2015 17:00:22 +0200 Subject: changed the implementation --- libsolidity/SolidityABIJSON.cpp | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'libsolidity') diff --git a/libsolidity/SolidityABIJSON.cpp b/libsolidity/SolidityABIJSON.cpp index de2af1d2..f9ecb7d9 100644 --- a/libsolidity/SolidityABIJSON.cpp +++ b/libsolidity/SolidityABIJSON.cpp @@ -505,11 +505,8 @@ BOOST_AUTO_TEST_CASE(constructor_abi) char const* interface = R"([ { - "constant" : false, - "inputs" : [], - "name" : "test", - "outputs" : [], - "type" : "constructor" + "inputs" : [], + "type" : "constructor" } ])"; checkInterface(sourceCode, interface); -- cgit