diff options
author | luigi1111 <luigi1111w@gmail.com> | 2020-04-04 12:41:32 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2020-04-04 12:41:32 -0500 |
commit | 60110646939b055f81939a6d6d4cbc43f90ea707 (patch) | |
tree | ec374baa6789575d92ddc366fd8ebf4a03cfb700 /src/wallet/api/wallet.h | |
parent | Merge pull request #6328 (diff) | |
parent | wallet2_api: wallet recovery - seed offset passphrase support (diff) | |
download | monero-60110646939b055f81939a6d6d4cbc43f90ea707.tar.xz |
Merge pull request #6334
cc18926 wallet2_api: wallet recovery - seed offset passphrase support (xiphon)
Diffstat (limited to 'src/wallet/api/wallet.h')
-rw-r--r-- | src/wallet/api/wallet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/api/wallet.h b/src/wallet/api/wallet.h index e46a62340..66eeb0e73 100644 --- a/src/wallet/api/wallet.h +++ b/src/wallet/api/wallet.h @@ -60,7 +60,7 @@ public: const std::string &language) const override; bool open(const std::string &path, const std::string &password); bool recover(const std::string &path,const std::string &password, - const std::string &seed); + const std::string &seed, const std::string &seed_offset = {}); bool recoverFromKeysWithPassword(const std::string &path, const std::string &password, const std::string &language, |