diff --git a/eth/main.cpp b/eth/main.cpp index 0831a1924..ef3e589b9 100644 --- a/eth/main.cpp +++ b/eth/main.cpp @@ -292,7 +292,7 @@ int main(int argc, char** argv) else if (cmd == "inspect") { string rechex; - iss >> rechex; + cin >> rechex; c.lock(); auto hba = h160(fromHex(rechex));