Add spendkey dump to simplewallet

This commit is contained in:
luigi1111
2015-05-19 19:08:37 -05:00
parent 21a72bd47b
commit 087d7f33e7
2 changed files with 9 additions and 0 deletions

View File

@@ -80,6 +80,7 @@ namespace cryptonote
bool close_wallet();
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>());
/*!