wallet_api: add seed_offset param to seed()

This commit is contained in:
tobtoht
2021-03-12 19:45:29 +01:00
parent b8f3e44a3f
commit 1851f2645a
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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 *) {}