mirror of
https://github.com/monero-project/monero.git
synced 2026-01-13 05:16:48 -08:00
expose set_offline to wallet api
This commit is contained in:
@@ -2305,6 +2305,10 @@ bool WalletImpl::rescanSpent()
|
||||
return true;
|
||||
}
|
||||
|
||||
void WalletImpl::setOffline(bool offline)
|
||||
{
|
||||
m_wallet->set_offline(offline);
|
||||
}
|
||||
|
||||
void WalletImpl::hardForkInfo(uint8_t &version, uint64_t &earliest_height) const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user