aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api/wallet2_api.h
diff options
context:
space:
mode:
authortobtoht <thotbot@protonmail.com>2021-03-12 19:45:29 +0100
committertobtoht <thotbot@protonmail.com>2021-03-12 19:45:29 +0100
commit1851f2645a3e15efd2313f6fb5352bf2dfc1b06b (patch)
tree1dc98fd4e6bf5c23e2b1218b64d18ee0695bd019 /src/wallet/api/wallet2_api.h
parentMerge pull request #7381 (diff)
downloadmonero-1851f2645a3e15efd2313f6fb5352bf2dfc1b06b.tar.xz
wallet_api: add seed_offset param to seed()
Diffstat (limited to 'src/wallet/api/wallet2_api.h')
-rw-r--r--src/wallet/api/wallet2_api.h2
1 files changed, 1 insertions, 1 deletions
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)