corrected intends in solidityExecutionFramwork.h

This commit is contained in:
Liana Husikyan 2015-06-01 13:03:29 +02:00
parent 945418cc10
commit d863c8d088

View File

@ -40,7 +40,7 @@ namespace test
class ExecutionFramework
{
public:
ExecutionFramework() { g_logVerbosity = 0; }
ExecutionFramework() { g_logVerbosity = 0; }
bytes const& execute(std::string const& _sourceCode, u256 const& _value = 0, std::string const& _contractName = "")
{