aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.h
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2015-05-20 14:34:17 +0200
committerRiccardo Spagni <ric@spagni.net>2015-05-20 14:34:29 +0200
commit53ac50733a647a4bbdef27d43a0fc50d7306c3f0 (patch)
tree1c299efd6c09aaf4357fafd7bb5c49f8a8c6ff0e /src/simplewallet/simplewallet.h
parentMerge pull request #286 (diff)
parentAdd spendkey dump to simplewallet (diff)
downloadmonero-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.h1
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>());
/*!