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
@@ -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)