From 3dc7757b146b6489272ada3b805d262e6e437441 Mon Sep 17 00:00:00 2001 From: Vincent Gariepy Date: Thu, 13 Mar 2014 13:52:39 -0400 Subject: [PATCH] it's cin not iss... leftover from ncurses patch.. --- eth/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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));