diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2019-08-21 15:17:26 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2019-08-21 15:17:26 -0500 |
| commit | de30131abdfdbd4b7dc040dd1d276067e6c46dda (patch) | |
| tree | b18d392ce127f805e20bbcb15887f1c721c1443d /src/simplewallet/simplewallet.h | |
| parent | b488ee8188265a72a0e5b2b313106182220dc12e (diff) | |
| parent | 65f29a83c899b44b2f134e0aa34ddfe104244ae4 (diff) | |
| download | monzero-core-de30131abdfdbd4b7dc040dd1d276067e6c46dda.tar.gz monzero-core-de30131abdfdbd4b7dc040dd1d276067e6c46dda.tar.xz monzero-core-de30131abdfdbd4b7dc040dd1d276067e6c46dda.zip | |
Merge pull request #5743
65f29a8 simplewallet: add restore_height command (tobtoht)
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 4bf7fa334..2de390666 100644 --- a/src/simplewallet/simplewallet.h +++ b/src/simplewallet/simplewallet.h @@ -109,6 +109,7 @@ namespace cryptonote bool spendkey(const std::vector<std::string> &args = std::vector<std::string>()); bool seed(const std::vector<std::string> &args = std::vector<std::string>()); bool encrypted_seed(const std::vector<std::string> &args = std::vector<std::string>()); + bool restore_height(const std::vector<std::string> &args = std::vector<std::string>()); /*! * \brief Sets seed language. |
