Browse Source

fix for setsecret

cl-refactor
Joey Zhou 11 years ago
parent
commit
dd0b8b86bb
  1. 2
      eth/main.cpp

2
eth/main.cpp

@ -604,7 +604,7 @@ int main(int argc, char** argv)
{ {
string hexSec; string hexSec;
iss >> hexSec; iss >> hexSec;
us = KeyPair(h256(fromHex(argv[++i]))); us = KeyPair(h256(fromHex(hexSec)));
} }
else if (cmd == "help") else if (cmd == "help")
interactiveHelp(); interactiveHelp();

Loading…
Cancel
Save