expose set_offline to wallet api

This commit is contained in:
benevanoff
2021-04-05 13:41:04 -05:00
committed by selsta
parent 02e9a41cbe
commit 6e22710f0e
3 changed files with 12 additions and 0 deletions
+4
View File
@@ -2310,6 +2310,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
{