diff options
author | xiphon <xiphon@protonmail.com> | 2020-02-11 23:27:30 +0000 |
---|---|---|
committer | xiphon <xiphon@protonmail.com> | 2020-02-11 23:36:50 +0000 |
commit | cc18926ebab0c117b88a08da19bac14021fa4c2d (patch) | |
tree | 44066a92f235a625021f714eb1132d0012911da4 /src/wallet/api/wallet.h | |
parent | Merge pull request #6145 (diff) | |
download | monero-cc18926ebab0c117b88a08da19bac14021fa4c2d.tar.xz |
wallet2_api: wallet recovery - seed offset passphrase support
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 331bf4b38..5417427d5 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, |