fixed CALL case. added exception

This commit is contained in:
Liana Husikyan 2015-06-01 16:39:09 +02:00
parent d863c8d088
commit c6a8938ed7

View File

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