aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api/wallet.h
diff options
context:
space:
mode:
authorxiphon <xiphon@protonmail.com>2020-02-11 23:27:30 +0000
committerxiphon <xiphon@protonmail.com>2020-02-11 23:36:50 +0000
commitcc18926ebab0c117b88a08da19bac14021fa4c2d (patch)
tree44066a92f235a625021f714eb1132d0012911da4 /src/wallet/api/wallet.h
parentMerge pull request #6145 (diff)
downloadmonero-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.h2
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,