aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.h
diff options
context:
space:
mode:
authorluigi1111 <cmiller18219@gmail.com>2015-05-19 19:08:37 -0500
committerluigi1111 <cmiller18219@gmail.com>2015-05-19 19:08:37 -0500
commit087d7f33e76ceb16ea000159dfb541f1560a8a8c (patch)
tree3b1c3810d5d43fdc69cfa35f26f8e4352cc6b091 /src/simplewallet/simplewallet.h
parentMerge pull request #284 (diff)
downloadmonero-087d7f33e76ceb16ea000159dfb541f1560a8a8c.tar.xz
Add spendkey dump to simplewallet
Diffstat (limited to '')
-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>());
/*!