From def58196da207c2cb811a7267285f881a4c859e8 Mon Sep 17 00:00:00 2001 From: tobtoht Date: Fri, 12 Mar 2021 19:45:29 +0100 Subject: wallet_api: add seed_offset param to seed() --- src/wallet/api/wallet2_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wallet/api/wallet2_api.h') diff --git a/src/wallet/api/wallet2_api.h b/src/wallet/api/wallet2_api.h index b40b6763f..47a75ad43 100644 --- a/src/wallet/api/wallet2_api.h +++ b/src/wallet/api/wallet2_api.h @@ -446,7 +446,7 @@ struct Wallet }; virtual ~Wallet() = 0; - virtual std::string seed() const = 0; + virtual std::string seed(const std::string& seed_offset = "") const = 0; virtual std::string getSeedLanguage() const = 0; virtual void setSeedLanguage(const std::string &arg) = 0; //! returns wallet status (Status_Ok | Status_Error) -- cgit v1.2.3