Replace dev::eth namespace with dev::lll in LLL

This commit is contained in:
Alex Beregszaszi
2018-07-28 12:00:36 +01:00
parent 705cbbc19a
commit 7c509137cf
15 changed files with 32 additions and 30 deletions
+1 -1
View File
@@ -32,7 +32,7 @@
using namespace std;
using namespace dev;
using namespace dev::solidity;
using namespace dev::eth;
using namespace dev::lll;
static string const VersionString =
string(ETH_PROJECT_VERSION) +