Browse Source

it's cin not iss... leftover from ncurses patch..

cl-refactor
Vincent Gariepy 11 years ago
parent
commit
3dc7757b14
  1. 2
      eth/main.cpp

2
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));

Loading…
Cancel
Save