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/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 e501d3943..917f512e5 100644 --- a/src/wallet/api/wallet.h +++ b/src/wallet/api/wallet.h @@ -81,7 +81,7 @@ public: const std::string &device_name); Device getDeviceType() const override; bool close(bool store = true); - std::string seed() const override; + std::string seed(const std::string& seed_offset = "") const override; std::string getSeedLanguage() const override; void setSeedLanguage(const std::string &arg) override; // void setListener(Listener *) {} -- cgit v1.2.3