From 6902fc7aadf49d972b545c98a551c69e592e4c4d Mon Sep 17 00:00:00 2001 From: luigi1111 Date: Wed, 13 May 2015 10:01:55 -0500 Subject: [PATCH] Add spendkey dump to simplewallet --- src/simplewallet/simplewallet.h | 1 + 1 file changed, 1 insertion(+) 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 &args = std::vector()); + bool spendkey(const std::vector &args = std::vector()); bool seed(const std::vector &args = std::vector()); /*!