From cc18926ebab0c117b88a08da19bac14021fa4c2d Mon Sep 17 00:00:00 2001 From: xiphon Date: Tue, 11 Feb 2020 23:27:30 +0000 Subject: wallet2_api: wallet recovery - seed offset passphrase support --- src/wallet/api/wallet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wallet/api/wallet.h') 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, -- cgit v1.2.3