Add spendkey dump to simplewallet

This commit is contained in:
luigi1111 2015-05-13 10:01:55 -05:00
parent 96f16d60e1
commit 6902fc7aad

View File

@ -80,6 +80,7 @@ namespace cryptonote
bool close_wallet(); bool close_wallet();
bool viewkey(const std::vector<std::string> &args = std::vector<std::string>()); bool viewkey(const std::vector<std::string> &args = std::vector<std::string>());
bool spendkey(const std::vector<std::string> &args = std::vector<std::string>());
bool seed(const std::vector<std::string> &args = std::vector<std::string>()); bool seed(const std::vector<std::string> &args = std::vector<std::string>());
/*! /*!