diff --git a/eth/main.cpp b/eth/main.cpp index b69e11dc5..b3ba4c4fc 100644 --- a/eth/main.cpp +++ b/eth/main.cpp @@ -298,8 +298,7 @@ int main(int argc, char** argv) cin >> rechex; c.lock(); - auto hba = h160(fromHex(rechex)); - auto h = h160((byte const*)hba.data(), h160::ConstructFromPointer); + auto h = h160(fromHex(rechex)); stringstream s; auto mem = c.state().contractMemory(h);