diff options
author | luigi1111 <cmiller18219@gmail.com> | 2015-05-19 19:08:37 -0500 |
---|---|---|
committer | luigi1111 <cmiller18219@gmail.com> | 2015-05-19 19:08:37 -0500 |
commit | 087d7f33e76ceb16ea000159dfb541f1560a8a8c (patch) | |
tree | 3b1c3810d5d43fdc69cfa35f26f8e4352cc6b091 /src/simplewallet/simplewallet.h | |
parent | Merge pull request #284 (diff) | |
download | monero-087d7f33e76ceb16ea000159dfb541f1560a8a8c.tar.xz |
Add spendkey dump to simplewallet
Diffstat (limited to '')
-rw-r--r-- | src/simplewallet/simplewallet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/simplewallet/simplewallet.h b/src/simplewallet/simplewallet.h index a8fe78414..de5b3674e 100644 --- a/src/simplewallet/simplewallet.h +++ b/src/simplewallet/simplewallet.h @@ -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>()); /*! |