added viewkey command to CLI

This commit is contained in:
Jakob Lind
2014-08-05 08:53:30 +02:00
parent 0c3255ead8
commit da523f30fc
2 changed files with 9 additions and 0 deletions

View File

@@ -70,6 +70,7 @@ namespace cryptonote
bool open_wallet(const std::string &wallet_file, const std::string& password);
bool close_wallet();
bool viewkey(const std::vector<std::string> &args = std::vector<std::string>());
bool seed(const std::vector<std::string> &args = std::vector<std::string>());
bool help(const std::vector<std::string> &args = std::vector<std::string>());
bool start_mining(const std::vector<std::string> &args);