wallet_api: expose offline mode status

This commit is contained in:
rating89us
2021-07-19 00:30:36 +02:00
committed by rating89us
parent de3456e127
commit a3d2b71ee9
3 changed files with 7 additions and 0 deletions
+1
View File
@@ -1034,6 +1034,7 @@ struct Wallet
* \param offline - true/false
*/
virtual void setOffline(bool offline) = 0;
virtual bool isOffline() const = 0;
//! blackballs a set of outputs
virtual bool blackballOutputs(const std::vector<std::string> &outputs, bool add) = 0;