diff options
author | Riccardo Spagni <ric@spagni.net> | 2015-05-20 14:34:17 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2015-05-20 14:34:29 +0200 |
commit | 53ac50733a647a4bbdef27d43a0fc50d7306c3f0 (patch) | |
tree | 1c299efd6c09aaf4357fafd7bb5c49f8a8c6ff0e /src/simplewallet/simplewallet.h | |
parent | Merge pull request #286 (diff) | |
parent | Add spendkey dump to simplewallet (diff) | |
download | monero-53ac50733a647a4bbdef27d43a0fc50d7306c3f0.tar.xz |
Merge pull request #285
087d7f3 Add spendkey dump to simplewallet (luigi1111)
Diffstat (limited to 'src/simplewallet/simplewallet.h')
-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>()); /*! |