mirror of
https://github.com/monero-project/monero.git
synced 2026-08-03 01:15:55 -07:00
wallet_api: expose offline mode status
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user